• 0

    posted a message on Giving more memory to server
    Nevermind, I figured it out. Used the .bat method.

    this worked for me in the bat file

    Code: Select all
    "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xmx1024M -Xms1024M -jar minecraft_server.jar




    instead of using just "java" i put the whole path to the javaw.exe in quotes. (this is the default windows 7 64bit java install path)

    note: i tried setting it to 2048 but it gave me some kind of "could not create virtual machine" error
    Posted in: Alpha - Survival Multiplayer Support
  • 0

    posted a message on Giving more memory to server
    I've set up my server, port forwarded, and all that jazz.

    When I run Minecraft_Server.exe, it starts normally, then I get this:
    [WARNING] Can't keep up! Did the system time change, or is the server overloaded?

    Which I'm assuming means I don't have enough memory for the server. Which leads me to my question. How do I add more memory? I've read every topic related to this, and no one actually answers.

    I greatly appreciate any help. Thank you ahead of time!.
    Posted in: Alpha - Survival Multiplayer Support
  • To post a comment, please .