Posted June 9, 20241 yr My forge 1.12.2 server is very slow and laggy. The reason is probably because every 5 seconds, the console spits out this message (or smth like it): Running 15ms behind! Is the server overloaded? Skipping 60 ticks (example, but keeps sending messages just like it) I've been trying to allocate ram to fix this issue. How can I do this on 1.12.2? There is no jvm args.txt, like in 1.20.1.
June 10, 20241 yr You can allocate more RAM in your startscript java -Xmx4G -jar server.jar Try my Modpack >>Link to Curseforge<<
June 10, 20241 yr Author @TileEntity Where can the startscript file be found? I've tried looking up 'startscript' in my server folder, yields no results.
June 10, 20241 yr Author @TileEntity It's a forge server. I double-click minecraft forge.jar and minecraft-server 1.12.2.jar and it opens. Simple and easy. Wouldn't have done it without your help. Thanks for that, by the way!
June 10, 20241 yr To start a server with jvm arguments, create a text document and paste java -Xmx4G -jar forge.jar pause Just make sure the server.jar name is matching with the file name Then rename the text document to start.bat Then you can start this server with this file -Xmx4G allocates 4 GB RAM to the server Try my Modpack >>Link to Curseforge<<
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.