#How do I increase my JVM RAM

1 messages · Page 1 of 1 (latest)

dire vortex
#

-Xms12g -Xmx16g
for 32gb of RAM

or even
-Xms16g -Xmx16g
if you are confident in the CPU and internet connection

in your .bat

xms is the small size, this is how much data it collects before sending packets.
Most times you want this lower than

xmx - this is the max allocated ram to the server - likely what you are trying to increase

median atlas
#

How are you checking for the JVM RAM? Did you look at the logs? Can you share them?

versed slate
#

Yes I'll send them when I get home

versed slate
#

@median atlas

median atlas
#

From your log, it shows its correctly assigned 8gb RAM