Need some help with accessing my console.

Status
This thread has been locked.

Tabbin

Java Developer
Supreme
Feedback score
20
Posts
777
Reactions
512
Resources
0
Hey, So I'm fairly new to ubuntu and dedi's but yesterday I managed to switch from a shared host to a dedicated server. Now, the dedicated server has 32 gb's of ram, and I'm using 20 of them for my factions server, however today when I did cd /factions and went into my factions file, I tried to run the ./start.sh and this error popped up:


Code:
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00006f0c87000000, 13                                                                                                                                             981188096, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 13981188096 bytes for committing      reserved memory.
# An error report file with more information is saved as:
# /root/leafmc/factions/hs_err_pid1070.log


Is this because my start file dosent have enough ram allocated or what?

Thanks!
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tripps

SysAdmin | Developer
Premium
Feedback score
19
Posts
784
Reactions
313
Resources
0
Hey, So I'm fairly new to ubuntu and dedi's but yesterday I managed to switch from a shared host to a dedicated server. Now, the dedicated server has 32 gb's of ram, and I'm using 20 of them for my factions server, however today when I did cd /factions and went into my factions file, I tried to run the ./start.sh and this error popped up:


Code:
OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x00006f0c87000000, 13                                                                                                                                             981188096, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 13981188096 bytes for committing      reserved memory.
# An error report file with more information is saved as:
# /root/leafmc/factions/hs_err_pid1070.log


Is this because my start file dosent have enough ram allocated or what?

Thanks!
Why would you need to allocate ram to a file? It is because your 'Java Runtime Environment' doesn't have enough memory to run. Some people have success in creating a swap file or you could try lowering your amount you are running. I would try and see how much you are actually using currently by typing 'free -m' and posting the screenshot of it here.
 
Status
This thread has been locked.
Top