7.1 VM arguments in eclipse jabs
My RAM 8 GB
This is a statement in VM arguments;
-Server -Xms 64 m
-Xmx 512 m
-XX: MaxPermSize = 1024 meters
How to calculate this bold number? Reasons for: java.lang.OutOfMemoryError: Java Hip Space
**
You are receiving this error because your server has used all its available memory, your case, 512mb ). You can increase the Xmx param, which can make the most of your server.
OutOfMemoryError does not have any magic rules to calculate those parameters, insufficient memory assignments, or memory leaks (Objects of Java's waste collector
They depend on you How much are consolidated, how concurrent users, etc., etc., etc..
You can try maximizing XMX, and check with jvisualvm memory usage, see how it behaves.
Comments
Post a Comment