By telkir
Hello all,
I am wanting to set up and run a CraftBukkit-based Minecraft server on a droplet. I have installed Java, set up FTP access to transfer in my existing files, and have gotten the server to actually run, so things are going pretty well - but I have hit a snag.
The problem seems to be coming from the dynmap plugin. To save time in transferring the server files, I installed dynmap afresh, and I now want it to fully render the map tile images for the server’s world. However, when I activate the render process, it will run for about 10-20 seconds and then the Minecraft server terminates with no error message.
I have tried this on a 2GB droplet (using 1.5GB RAM for the Bukkit server) and then later on a 4GB droplet (using 3GB for Bukkit). Both times I hit the same problem, although it did take longer for the server to “crash” when trying it on the 4GB droplet.
Am I perhaps hitting some limit with regard to CPU usage, which is in turn automatically killing the Bukkit server process?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
It’s probably running out of memory. Try adding swap or upgrading your droplet: <a href=“https://www.digitalocean.com/community/articles/how-to-add-swap-on-ubuntu-12-04”>https://www.digitalocean.com/community/articles/how-to-add-swap-on-ubuntu-12-04</a>. <br> <br>Also try replacing <code>-Xms1024M</code> with <code>-Xms512M</code>.
It’s like the process is getting killed by some kind of manager to detect too-high cpu usage?? I have the same problem. <br> <br>Process started t = 2014-02-16 16:17:39 <br> <br>~ 16:20:13 (t + 4mins) --> <br> <br>>./start_server.sh: line 11: 1492 Killed java -Xmx1024M -Xms1024M -jar craftbukkit-1.7.2-R0.3.jar -o true <br>
Is there anything in the error logs? <pre>tail -20 /path/to/minecraft.log</pre>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.