Brucewastaken / minecraft-server-on-heroku-template

20 stars 94 forks source link

Minecraft 1.17 #6

Closed GuiAnacleto closed 3 years ago

GuiAnacleto commented 3 years ago

When Setup a 1.17 server, herokus give to us error : "Error R14 (Memory quota exceeded)". I believe this error ocurs by jdk 16. Can anyone help?

GuiAnacleto commented 3 years ago

Change main.py file this "os.system('nohup java -Xmx1G -jar server.jar > nohup.out &')" to "os.system('nohup java -Xmx512M -jar server.jar > nohup.out &')".

will works well