Jump to content
  • 0

Best Thread Configuration for 4core 9550 ??


Question

Posted

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

  • 0
Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock