Report this

What is the reason for this report?

Error on installing minecraft

Posted on December 4, 2015

Hi guys! I tried to install minecraft and just run this command:

java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui

But I got this error:

OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00000000caf50000, 715849728, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 715849728 bytes for committing reserved memory.
# An error report file with more information is saved as:
# /root/minecraft/hs_err_pid6462.log

I followed this tutorial: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-minecraft-server-on-linux

Can anybody help me?



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

What size droplet are you using. The two arguments you have in that command are minimum and maximum memory for the java process to use. If you are using less than a 2GB droplet you won’t have 1GB of available memory to allocate. Try either upgrading to a larger droplet or specifying a smaller memory allocation.

How can I specify a smaller memory allocation @ryanpq?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.