How many players can i have?

Discussion in 'Bukkit Discussion' started by killerline10168, Feb 2, 2014.

?

Is something wrong/bad?

  1. Yes

    0 vote(s)
    0.0%
  2. No

    0 vote(s)
    0.0%
  3. I call that lagg-maker 2014....

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

    killerline10168

    I wander'd how many players i can have on my Bukkit Server?

    Here's my info:

    - Intel Core I5 650 3.20GHz (4 CPUs - all 3.2 GHz)
    -12 GB Ram
    - 64 GB Page file (60 GB Available)
    - 32 Mbit Download Speed (28 Mbit Available)
    - 7 Mbit Upload Speed (6.70 Mbit Available)
    - JRE 7u60
    - JDK 7u60
    - Java 7u51

    Start Script:

    Code:
    @echo off
    java -XX:PermSize=2048m -XX:MaxPermSize=1G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:ParallelGCThreads=3 -XX:MaxGCPauseMillis=5 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=15 -Xnoclassgc -XX:UseSSE=3 -XX:+UseLargePages -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -Xincgc -Xmx24G -Xms8G -jar
     
  2. Offline

    Clinton

    Why on Earth would you have a 64GB Page file? There's no reason why you should do that. Those java arguments are also unnecessary and will probably cause more harm than good.
     
  3. Offline

    killerline10168

    Then do you think i should lower the page file to 24 GB Page file and use this code instead?:
    Code:
    @echo off
    java -XX:PermSize=2048m -XX:MaxPermSize=1G -Xincgc -Xmx24G -Xms8G -jar spigot.jar
     
  4. Offline

    MysteryManX

  5. Offline

    killerline10168

  6. Offline

    mbaxter ʇıʞʞnq ɐ sɐɥ ı

    We do not support unofficial builds.
     
Thread Status:
Not open for further replies.

Share This Page