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

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...