selmo Posted September 5, 2010 Posted September 5, 2010 Hi Mxc community Could anyone tell me, what is the best config for my hardware: 4core 9550 2.83 12mb cash , 8gb ram ddr2 800mhz Os=Xp64bit harddrives is 7500rpm Below goes my Thread current config, you think its possible to increase? ThreadPoolSizeEffects = 30 # Default: 13 ThreadPoolSizeGeneral = 39 # Default: 2 UrgentPacketThreadCoreSize = 6 # Default: 4 GeneralPacketThreadCoreSize = 12 # Default: 4 GeneralThreadCoreSize = 12 # Default: 6 AiMaxThread = 12 Note: When i go to task manager i see cpu usage 3%,8% max And about Java could you help me getting the best server java allocation memory? My current config: java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx5120m -Xms2048m -Xmn1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer If you know a better line for this i would apreciate!! Im running Epilogue server, doesnt have lag, but population is low to I already tried 120+ people, with bots and real people ofc, offlineshops etc Quote
0 PoRnosJH Posted September 7, 2010 Posted September 7, 2010 -Xmx4800m -Xms4800m -Xmn1200m -XX:+AggressiveOpts ....try this... when xmx=xms is the best... Quote
0 B1ggBoss Posted September 8, 2010 Posted September 8, 2010 You must think that, each core from your server will use a thread at the same time, so increase the pools size wont increase the performance if you machine remains the same. The minimun configuration would be 4 in each parameter. (Example: If the general executor has 6 pending task, it wont be able to execute more than 4 at the same time). I would put 5 or 6. About heap space, you may use all the ram you need w/o exceeding your hardware specification. However is useless to give a lot of ram to something that isnt use it. So, give it a initial value of 4 gb as Xmx (max heap size). If your server grows, just add more ram Quote
Question
selmo
Hi Mxc community
Could anyone tell me, what is the best config for my hardware:
4core 9550 2.83 12mb cash , 8gb ram ddr2 800mhz Os=Xp64bit harddrives is 7500rpm
Below goes my Thread current config, you think its possible to increase?
ThreadPoolSizeEffects = 30
# Default: 13
ThreadPoolSizeGeneral = 39
# Default: 2
UrgentPacketThreadCoreSize = 6
# Default: 4
GeneralPacketThreadCoreSize = 12
# Default: 4
GeneralThreadCoreSize = 12
# Default: 6
AiMaxThread = 12
Note: When i go to task manager i see cpu usage 3%,8% max
And about Java could you help me getting the best server java allocation memory?
My current config:
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xmx5120m -Xms2048m -Xmn1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
If you know a better line for this i would apreciate!!
Im running Epilogue server, doesnt have lag, but population is low to
I already tried 120+ people, with bots and real people ofc, offlineshops etc
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.