V-Server - extrem Lag or Crash

Discussion in 'Bukkit Help' started by Coniin, Jul 18, 2012.

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

    Coniin

    Hey Guys,

    i have an V-Server,

    everytime my server is up for a longer time, minecraft crashes,
    my users loose their inventory- and postition-changes since their last logout.

    Someone of u know this Problem and maybe have an Solution?
    Maybe an Problem with java-gc?
    Thanks for help guys.

    Some general System info:


    Code:
    OS: ubunut 10.04.4 LTS 64Bit
     
    cpu: Intel Xeon X3430 @ 2.40GHz
     
    ram: 1024MB
     
    swap(file): 1024MB
     
    Java:
     
    java version "1.6.0_20"
    OpenJDK Runtime Environment (IcedTea6 1.9.13) (6b20-1.9.13-0ubuntu1~10.04.1)
    OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
     
    Bukkit:
     
    1.2.5-R.04
     
    bukkitstartvars:
     
    # Name of server.jar file
    SERVICE='craftbukkit.jar'
    # User that should run the server
    USERNAME="minecraft"
    # Path to minecraft directory
    MCPATH='/home/minecraft'
    CPU_COUNT=1
    # Change the values of -Xmx###M and -Xms###M to how mutch ram you want to give to the
    # server, remember to make room for the ramdisk
    INVOCATION="java -Xmx880M -Xms880M -d64 -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=$CPU_COUNT -X$
    # Where the world backups should go
    BACKUPPATH='/home/minecraft/backups/worlds'
    # Where the logs are copied when running log-roll
    LOGPATH="${MCPATH}/logs"
    # Where the whole minecraft directory is copied when whole-backup is runned
    WHOLEBACKUP='/home/minecraft/backups/whole'
    # Where the world is located on the disk
    WORLDSTORAGE='/home/minecraft/world/'
    #Path to the the mounted ramdisk default in ubuntu: /dev/shm
    RAMDISK='/var/cache/swap/swap0'
     
    my top cmd:
     
    Cpu0  : 17.3%us,  5.0%sy,  0.0%ni, 41.3%id, 26.3%wa,  6.4%hi,  3.7%si,  0.0%st
    Mem:  1021732k total,  1012572k used,    9160k free,    1732k buffers
    Swap:  1048568k total,  459720k used,  588848k free,    22104k cached
     
    12293  minecraf    20    0  1526m  768m  4668 S  19.6    77.0    361:32.22    java
     
  2. Offline

    oOAllstarOo

    This is unfixable if you don't know how to code with java, it looks like your server files are corrupted. Try contacting a dev about this.
     
  3. Offline

    Omnitv

    This guy keep saying it is unfixable, infected, corrupt, and can only be fixed by a dev?
    What the fudgeicle sticks?
     
Thread Status:
Not open for further replies.

Share This Page