I can't seem to increase the Xmx size let alone the Xms size. My server has 8GB ram and over 300GB virtual RAM paging file. The only other thing running is our Apache website: www.atlantaminecraft.com , and it says we have pleanty left unallocated.
Using windows server r2 64, also java 64
Java -Xmx1024m -Xms1024m
-
- New to forums
- Posts: 4
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Mon Jan 17, 2011 6:08 pm
Re: Java -Xmx1024m -Xms1024m
Should just need to change those numbers in your command to start the server to however much ram you want to dedicated.
Re: Java -Xmx1024m -Xms1024m
What is the exact command line that you are testing with? Is it giving you an error when you start it? What shows when you enter the command "java -version"?