I have changed the shell script so it would work on my mac and I have set both the minimum and maximum higher. But even with the default code, (java -Xms512M -Xmx1G -jar ftbserver.jar) It will not run with more than 150MB of RAM. My code in the shell file at the moment is:
cd ~/Desktop/YogCraft_Server
chmod +x "ServerStart.sh"
java -Xms512M -Xmx1G -jar ftbserver.jar
I will upload a screen shot of what the server launcher says. I hope this is just a visual error with the launcher and that the actual amount RAM at use is 1GB, but I want to know for sure. Thank you!
cd ~/Desktop/YogCraft_Server
chmod +x "ServerStart.sh"
java -Xms512M -Xmx1G -jar ftbserver.jar
I will upload a screen shot of what the server launcher says. I hope this is just a visual error with the launcher and that the actual amount RAM at use is 1GB, but I want to know for sure. Thank you!