IHaveAProblem Posted August 20, 2016 Posted August 20, 2016 Im running a tekkit legends server on mac and in all my tekkit and other wise servers I've used the following command file to run the server: #!/bin/bash cd "$(dirname "$0")" exec java -Xms3G -Xmx4G -jar TekkitLegends.jar At the moment this command it not working, the server will crash immediately The server is able to run if I simply open the TekkitLegends.jar file but it runs very slowly because it doesnt have enough RAM. Is there an alternative command I should use or another way to allocate memory to the server? I would appreciate help so much, and thank you in advance [Side note- I have also tried #!/bin/bash cd "$(dirname "$0")" exec java -Xmx2G -Xms1G -XX:MaxPermSize=128m -jar "TekkitLegends.jar" nogui this is based on the start.bat file that unfortunately only works on PC.) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.