1
Private server crashing randomly
Hi!
I have a private vanilla server that always run fine with not that much lag, but the past few weeks it has started crashing without reason. I'm not talking about your occasional "Out of Memory" errors, but crashing like once every three minutes. It's not a big server, I played yesterday with just another friend of mine and the server was almost unplayable because of all the crashing. What should I do? I'm running it from a 2011 iMac (and playing on it from the same computer), if that helps.
I have a private vanilla server that always run fine with not that much lag, but the past few weeks it has started crashing without reason. I'm not talking about your occasional "Out of Memory" errors, but crashing like once every three minutes. It's not a big server, I played yesterday with just another friend of mine and the server was almost unplayable because of all the crashing. What should I do? I'm running it from a 2011 iMac (and playing on it from the same computer), if that helps.
9
Excellent.
Nevermind, didn't see the 1G:s until now. Changed it to 2G and it worked, thanks!
Ok, here you go:
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx1G -Xms1G -jar minecraft_server.jar
Is that the information you needed?
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx1G -Xms1G -jar minecraft_server.jar
Is that the information you needed?
Yes the start command file. Can you post that here?
Can you post your startup script here?
If you see something that says, 1G, try changing it to 2G(both of them)
If you see something that says, 1G, try changing it to 2G(both of them)
Don't really understand, sorry. I'm quite a n00b when it comes to technical server stuff... By "startup script", do you mean the start.command file? I tried opening that in both Terminal and Notepad, but didn't see anything saying 1G.
Bump
Don't know, how do you check that?
How much ram do you have allocated to the server?
