i have the following server:
- Ubuntu Server 12.04 LTS 64Bit
- No GUI, just command line
- 4GB RAM
- 2 Cores
- Nothing else is running besides Nagios NRPE and Webmin
- vm.swappiness = 0
Nothing special here, running a Java application:
- running 24/7 as daemon using jsvc
-Xmx2500M
-XX:+UseConcMarkSweepGC
- other settings are not made
- Using OpenJDK 7
- JMX Server enabled, and checking every minute by nagios
However, this should not use up all memory and causes the java application to not answer to nagios via JMX.
Why is this using up all my memory and creating SWAP?