Page 1 of 1

Innodb Buffer Pool Size and Gameserver loop

Posted: Sun Mar 11, 2012 11:20 am
by Zeldak
Hello, on a machine with 24 GB Ram how much should be innodb buffer pool size.

Code: Select all

innodb_buffer_pool_size = 8G
Is it too much for a L2jserver? Also i read that more you set less I/O is needed. Could putting here more avoding you to buy SSD on a populated server?

Also the gameserver loop is setted properly for a populated server?

Code: Select all

java -server -Xmx10000m -Xms8000m -Xmn4000m -Xss256k -XX:PermSize=256m -XX:+UseThreadPriorities -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -Xnoclassgc -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -cp ./****-1.9.5.jar:./../libs/*:l2jserver.jar com.****.**** com.l2jserver.gameserver.GameServer > log/stdout.log 2>&1

Re: Innodb Buffer Pool Size and Gameserver loop

Posted: Thu Mar 22, 2012 4:17 pm
by Zeldak
Any idea?