Page 1 of 1

L2J Threading configuration

Posted: Wed Jan 03, 2018 3:19 pm
by Geemo
Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties

Re: L2J Threading configuration

Posted: Wed Jan 03, 2018 9:18 pm
by Sacrifice
Geemo wrote: Wed Jan 03, 2018 3:19 pm Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Not needed to touch this settings, it's sufficient with default values.

This values, set the different thread pool size and the cores to manage the different pools for each type of thread pools. If you want to investigate in deep, take a look of ThreadPoolManager class that can tell you those that you need to know if you're experienced. If not, don't touch nothing :lol: :lol: :+1:

Re: L2J Threading configuration

Posted: Wed Jan 03, 2018 11:00 pm
by Geemo
Sacrifice wrote: Wed Jan 03, 2018 9:18 pm
Geemo wrote: Wed Jan 03, 2018 3:19 pm Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Not needed to touch this settings, it's sufficient with default values.

This values, set the different thread pool size and the cores to manage the different pools for each type of thread pools. If you want to investigate in deep, take a look of ThreadPoolManager class that can tell you those that you need to know if you're experienced. If not, don't touch nothing :lol: :lol: :+1:
I found some info about that
viewtopic.php?t=15700

I am alredy checking the class.

Re: L2J Threading configuration

Posted: Thu Jan 04, 2018 6:53 am
by ShinichiYao
Increase the value cause deadlock much easier by my experience.

Re: L2J Threading configuration

Posted: Thu Jan 04, 2018 10:45 pm
by Geemo
ShinichiYao wrote: Thu Jan 04, 2018 6:53 am Increase the value cause deadlock much easier by my experience.
I will

Re: L2J Threading configuration

Posted: Fri Jan 05, 2018 4:26 pm
by Sacrifice
All of this require that you know how many cores and threads do you have in your server machine. deadlocks can be produced, yes.

Re: L2J Threading configuration

Posted: Thu Mar 10, 2022 2:33 pm
by ASI828277
Geemo wrote: Wed Jan 03, 2018 3:19 pm Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Sorry