Problem DW20 Server lag

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

bens

New Member
Jul 29, 2019
3
0
0
Hello all, I get mass amounts of lag outa my system when Im running this server, I get that it's really ram hungry buy im giving it nearly 4gb of ram and it sitll lags any ideas?
I mean you place a block it dosn't place.... mobs glitch and move the glitch again
Thanks!
my specs : Gt nividia 630 2gb
amd Phenom 9600 quad core
6gb of ram
 
Yah the nogui flag reduces cpu uaage greatly and if you havent alrwady allocate more than the default 1gb to ur server
 
care to elaborate more on the nogui? like where specifically is it supposed to be put? (screenshots, and\or walk-through appreciated
 
Im on a mobile so my help is limited but when u download the server modpack their is a file called serverstart.bat (somethinglike that ) open tha file with notepad and simply write nogui at the end of the line. Also look at your xms and xmx values the xms is the minimum amount of ram and the xmx is the maximum. Default is 512M for xms and 1G for xmx i would augfest bumping up the xmx value to 1.5 to 2gb. When i get on my computer ill post a pastebin for you, but hope this helps for the moment
 
edit your serverstart.bat (when using windows) or edit serverstart.sh when your using a NIX based OS.
in the file you will see a line with -xmx1G, change this to a the amount of GB ram you want the server to use as maximum
at the very end of that line add nogui

Example of the way it should look when using 3GB of memory

Code:
java -server -Xmx3G -jar direwolf20.jar nogui