Server Side dedicated ram
This may be a stupid question but how do I dedicate more ram to my server with server side DH. I keep getting warnings that my dedicated ram is too low and I keep getting stutters.
5 Replies
you need to run the server with a specific argument
i'll walk you though it
are you on windows? what server are you using?
Im on windows and im using a fabric server
1) create a new text file in the same folder as the server jar
2) write this command in it:
java -Xmx[RAM]G -jar [FILENAME] -nogui
instead of ram write the amount of ram you want to assign (8 is usually more than enough), if you don't have that much 4 should do
instead of filename write the name of the jar file you open to run the server
3) rename this text file to "run.bat"
4) double click and you're good to go!
let me know if this helpsI'll give that a shot, thank you!
no problem!