Bukkit memory issues?

Discussion in 'Bukkit Help' started by GLaDOS111, Jul 16, 2012.

?

Can you help me fix this problem?

  1. Yes

    50.0%
  2. No

    0 vote(s)
    0.0%
  3. Possibly

    0 vote(s)
    0.0%
  4. I WONT TELL YOU!

    50.0%
  5. PASTAAAAAAAAAAAAAAAAAA!!!!!!!!

    0 vote(s)
    0.0%
Thread Status:
Not open for further replies.
  1. Offline

    GLaDOS111

    I get hthis error message when starting up my server:



    I have a Windows 7, i am a 32 bit user, my server usually works, I have tried changing values for the amount of RAM for the server, I cant seem to find the right values.

    please help a soon as possible,
    ~GLaDOS111
     
  2. Offline

    lord_jacob

  3. Offline

    Recolance

    You cannot allocate more than 1.5GB of memory to a java application when using a 32Bit Operating System. This is for two reasons.
    -The memory limit is 4GB for your machine as a 32bit Windows 7 Operating System. You needd to use 1024M in your startup line until you're running a 64Bit OS.
    -The other reason is because you're on a 32Bit OS you cannot properly use a 32Bit JRE (Java Runtime Environment) to start your bukkit server up with the wanted allocation of memory.

    Any other questions?
     
  4. Offline

    MikeA

    I recommend using a 64-bit version of Java, or simply updating your OS to a 64-bit version assuming you're home-hosting your server.

    Try assigning 1GB RAM using the command below and it should work fine. Remember you can't assign more RAM then your PC has..

    java -Xmx1G -Xms1G -jar craftbukkit.jar nogui
     
  5. Offline

    GLaDOS111

    I dont know how to update my laptop from 32 bit-64 bit...
    Can you tell me how please?
    thanks


    It seems to work now, THANKS! :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  6. Offline

    Tallcraft

    You cannot just upgrade it from 32 to 64 bit. That's hardware related.
     
Thread Status:
Not open for further replies.

Share This Page