Jump to content
  • 0

Server... Y U NO WORK?!


Question

Posted

Sup, thx for a nice modpack and launcher, server client and stuff!!!

So, i've got a problem thought... I'm trying to start up a server running newest version of Tekkit (2.0) and i get this:

C:\Users\Gorre_kitten\Desktop\MCServer\Tekkit>java -Xmx3G -Xms2G -jar Tekkit.jar nogui

Error occurred during initialization of VM

Could not reserve enough space for object heap

Could not create the Java virtual machine.

C:\Users\Gorre_kitten\Desktop\MCServer\Tekkit>pause

Tryck ned valfri tangent för att fortsätta...

What has happened? I have been able to run Tekkit servers before..

Thanks in advance

-Filleswe3

USER WAS PUT ON PROBATION FOR THIS POST BECAUSE IT IS BAD. NOT SEARCHING FOR A STICKIED PROBLEM AND SIGNING YOUR POSTS. WOW WE ARE MEAN AROUND HERE BOY HOWDY.

2 answers to this question

Recommended Posts

  • 0
Posted

This part:

-Xmx3G -Xms2G

Is saying to Java: start this up with 2 GB of RAM reserved, and then let it grow to a max of 3 GB if needed. However, the error suggests you might not have enough RAM available to start it with 2 GB.

Try changing that part of the line to: -Xmx1G -Xms512M

I don't know how well the server will run with that much, but, assuming you have 512 MB of RAM free, it should at least start. Alternatively, now that you know what those arguments do, mess around with the numbers to suit the amount of RAM you have free.

Guest
This topic is now closed to further replies.
×
×
  • Create New...