The JVM crashed and created a JVM kernel pid file. I am inexperienced with core JMV files, so I could use the help with the following.
The error I am getting is:
#
Based on the above data from the main file,
1) With ~ 18 GB of free memory, any idea why the error is βout of swap space?β? That should not be so. Only physical memory is very low, which is only ~ 115 MB of free space.
2) Of the 16 GB of physical memory for the JVM, only 2 GB is allocated. But according to statistics, almost 16 GB is fully used, and only 115 MB is free. So another process would also take up memory. Should I check this direction?
3) Ideally, the JVM will create and process Java objects, as well as create its own objects in its own library. What memory will be used for native JVM objects. will it be distributed within the specified heap limit or will it be completely distributed outside the heap?
It will be really useful if you can answer the above question for my understanding and analysis.
source share