Innodb Buffer Pool Size and Gameserver loop

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Zeldak
Posts: 42
Joined: Mon Jun 06, 2011 9:59 pm

Innodb Buffer Pool Size and Gameserver loop

Post 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
Zeldak
Posts: 42
Joined: Mon Jun 06, 2011 9:59 pm

Re: Innodb Buffer Pool Size and Gameserver loop

Post by Zeldak »

Any idea?
Post Reply