Run bukkit server across all cores?

Discussion in 'Bukkit Help' started by godgodgodgo, Oct 21, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    godgodgodgo

    How can I setup my java and server to run the bukkit server evenly across all of my cpu cores?
    Thanks
     
  2. Offline

    TnT

    Not currently possible. Mojang limitation.
     
  3. Offline

    mindless728

    run a server on each core!
    then link then with plugins
     
  4. Offline

    godgodgodgo

    ...what plugins do you recommend? I'm a bit confused. Surely then i'll just have 4 different servers?

    Ah ok :)

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

    mindless728

    yeah, you would have 4 different servers after the fact (really you would do at most 3 and leave the 4th core open)

    only good if you are using multiple worlds

    this if you only want a single world
     
  6. Offline

    TnT

    Correction. This is if you only want to run a single server instance.

    You suggest running as many server instances as you have cores, and linking them all together with plugins. May work to utilize more CPU, but a single instance that is lagging out due to the main thread getting overworked will still cause lag.
     
  7. Offline

    godgodgodgo

    Also, if I were to run three servers then I would end up using alot more RAM.
     
  8. Offline

    Perling

    When i have a QuadCore than is better
    Code:
    -XX:ParallelGCThreads=4 or -XX:ParallelGCThreads=3 ?
     
Thread Status:
Not open for further replies.

Share This Page