I'am helping an Admin to create a great Server. He ordered this Machine:
Code: Select all
Marca IntelModelo i7 920Frequenza 4x 2x 2.66 GHzNIC GigaEthernetMemoria RAM 8 GBDisco 2 x 1 TBLine 1 Gbps
In this Maching there are GS, LS, Mysql, Site. (Not forum)
Now first to transfer all the server on the new machine I wanted to test the best setting.
-Java
-Mysql
-Linux
For linux i found this guide that it's very usefull:
http://l2-adrenaline.com/linux/L2DCLinu ... elease.pdf
But i'm searching also the best string to lunch the gamserver_loop.sh, i found this:
Code: Select all
java -server -Xms768m -Xmx3g -Xmn256m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DoEscapeAnalysis -XX:+UseCompressedOops -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=31 -XX:+AggressiveOpts
Code: Select all
skip-external-lockingmemlockmyisam-recover = BACKUPkey_buffer = 600Mjoin_buffer = 10Mjoin_buffer_size = 256Kmax_allowed_packet = 32Mthread_stack = 256Kthread_cache_size = 16max_connections = 600table_cache = 1024#thread_concurrency = 10query_cache_limit = 128Mquery_cache_size = 512Mquery_cache_type = 1
Any help is welcomed, although some guides are fine

Mage