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
Pigeon
Pigeon2mo ago
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?
Skippy DingleChalk
Skippy DingleChalkOP2mo ago
Im on windows and im using a fabric server
Pigeon
Pigeon2mo ago
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 helps
Skippy DingleChalk
Skippy DingleChalkOP2mo ago
I'll give that a shot, thank you!
Pigeon
Pigeon2mo ago
no problem!

Did you find this page helpful?