Minecraft 1.13 failing

Hi, I have a vanilla 1.13 Minecraft server running on Nanode 1GB, Ubuntu 16.04, 256 MB Swap and it keeps failing.

So far max of 3 users concurrently online. I notice the swap slowly creeping up to the max and never going down but that is it. Otherwise there is the occasional…

Can't keep up! Is the server overloaded? Running 2804ms or 56 ticks behind

So and so moved too quickly

But none of those seem to happen a lot

My run script is

BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"

java -Xms1024M -Xmx1024M -jar minecraft_server.1.13.jar -o true

Any suggestions on what it might be or a good way to watch / restart it?

1 Reply

Hello,

It sounds like you may need to increase the amount of RAM available to your Linode. Taking a look at the specs table listed on the Gamepedia entry it's likely you don't have enough RAM for 3 players, and it's likely the server will miss ticks running only on 1gb of RAM.

What you could attempt to do if you don't want to resize your Linode to a higher plan is increase the size of your Linode's swap disk to see if that will help supplement the RAM and stabilize the server a little more, though I personally wouldn't recommend that.

Hope this helps get you pointed in the right direction.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct