Plain vanilla server started
Immediately started getting WARN Can't keep up! Is the server overloaded? Running 2042ms or 40 ticks behind
Used to host a 1.12.2 server on same hardware with no issues.
Â
ALSO - same issue on a Dell Poweredge R720 rackmount server. Dual Xeon processors with 64gb RAM
Â
Anyone have any ideas?
Attachments
Comments 6
brand new 1.13 world created with all default settings
Not optimized, fresh server.jar from Mojang
No startup script, just double clicked the .jar file. text copied from server gui.
Â
[08:18:56 WARN]: Can't keep up! Is the server overloaded? Running 2070ms or 41 ticks behind
[08:20:55 WARN]: Can't keep up! Is the server overloaded? Running 2006ms or 40 ticks behind
[08:21:18 WARN]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
[08:21:42 WARN]: Can't keep up! Is the server overloaded? Running 8969ms or 179 ticks behind
[08:22:02 WARN]: Can't keep up! Is the server overloaded? Running 2005ms or 40 ticks behind
[08:22:35 WARN]: ******* moved too quickly! 0.4011193334795564,3.2547245693951226,9.791743256396899
[08:44:54 WARN]: ********* moved too quickly! 10.637351405232977,0.0,-2.2880594009498036
[08:44:58 WARN]: *********** moved too quickly! 10.608411219271545,0.0,-2.245817945703484
[08:44:59 WARN]: Can't keep up! Is the server overloaded? Running 2002ms or 40 ticks behind
Â
These issues happens most when exploring new parts of the map.
Â
Â
I usually fix that error by maximizing my allocation for my launcher to 4 GB.
-Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
java -jar minecraft_server.jar nogui
Using the version without an extra GUI may also help improve performance, thought I'm not sure if this is the cause of the problem you are experiencing.
@unknown, @unknown, without adding any -Xmx argument you get only 256 MB of heap, which is not enough to run a server.
Thank you for your report!
However, this issue has been closed as a Invalid.
This is a technical support issue; this site is for bug reports only. We do not have the resources to provide you with technical support.
Please contact the community support, linked below.
Quick Links:
📓 Issue Guidelines – 💬 Community Support – 📧 Customer Support – 📖 Game Wiki
Is this a new 1.13 world or a 1.12 world?
If the latter, did you optimize the world?
What's the server startup script?