[TUTORIAL] Reducing lag and (possibly) fixing corrupt worlds

Discussion in 'Bukkit Help' started by ichingpow, Jun 11, 2011.

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

    SyPi

    Hint for Debian Users to Update "openjdk":

    //Install openjdk-7-jre
    apt-get install openjdk-7-jre

    //Select openjdk-7-jre as default
    update-alternatives --config java

    Code:
    Es gibt 2 Auswahlmöglichkeiten für die Alternative java (welche /usr/bin/java bereitstellen).
     
      Auswahl      Pfad                                            Priorität Status
    ------------------------------------------------------------
      0            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java  1061      Auto-Modus
      1            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java  1061      manueller Modus
    * 2            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java  1051      manueller Modus
     
    Drücken Sie die Eingabetaste, um die aktuelle Wahl[*] beizubehalten,
    
    //Check if everything is ok
    java -version

    Code:
    java version "1.7.0_03-icedtea"
    OpenJDK Runtime Environment (IcedTea7 2.1) (7~u3-2.1-3)
    OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)
    Done! :)
     
  2. Offline

    Qwertyness_

    I am sorry for my lack of knowlege but I know almost nothing about computers. I just learned what a config file was a week couple of weeks ago when I created my server. My server has been lagging terribly and its getting really annoying.
    Is there any way that you could simplify how to tweek the Java code and add more threads. I do know that I am running a quad core so I would like to run 8 threads. (I don't know what a thread is)
     
Thread Status:
Not open for further replies.

Share This Page