Snippets tagged “jmap”
2 snippets use this tag.
- How to deal with "java.lang.OutOfMemoryError: Java heap space" error?Java
"java.lang.OutOfMemoryError: Java heap space" means that the application has exhausted the maximum heap space. To fix this error, you can try the following:
- How to find Java Heap Size and Memory Used (Linux)?Java
To find the Java heap size and the amount of memory used on a Linux system, you can use the jstat command and specify the process ID (PID) of the Java process.