1

Server Memory

polarluke2's Avatar polarluke29/9/14 5:32 pm
9/9/2014 6:32 pm
polarluke2's Avatar polarluke2
I recently Added 5gb to my server and the allocted and Free Memory is still low

heres a picture http://imgur.com/cDsxYuZ

I have 19 plugins
Posted by polarluke2's Avatar
polarluke2
Level 15 : Journeyman Engineer
14

Create an account or sign in to comment.

4

polarluke2
09/09/2014 6:32 pm
Level 15 : Journeyman Engineer
polarluke2's Avatar
It worked thank you very much
1
MomoMomiji
09/09/2014 6:11 pm
Level 4 : Apprentice Architect
MomoMomiji's Avatar
Try adding in the following parameters:

-Xms5120M -Xincgc
This forces allocation of 5MB of memory (though the practicallity of this is questionable if the heap can already expand to 5MB through the -Xmx arg), and alters the garbage collection to target only increments of the heap at a time.

I honestly doubt whatever plugin you're using has the capabilities to view the allocated heap, and instead just looks at the current allocations. Unless you're running into RAM related issues, sticking to a low -Xms is a much better practice. However, this should generate the results you're looking for with the plugin you're using.
1
polarluke2
09/09/2014 5:57 pm
Level 15 : Journeyman Engineer
polarluke2's Avatar
Im using java -Xmx5120M -jar craftbukkit.jar -o true
PAUSE
And what do you mean Ill use the following?
1
MomoMomiji
09/09/2014 5:55 pm
Level 4 : Apprentice Architect
MomoMomiji's Avatar
What are your launch arguments for the server? I'd use the following:
-Xincgc -Xmx4096M
1
Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome