Hi all,
Can someone explain me a little bit of this.
How do you configure l2j threading at general.properties
L2J Threading configuration
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Advanced User
- Posts: 1027
- Joined: Thu Aug 14, 2014 6:31 am
Re: L2J Threading configuration
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



-
- Posts: 92
- Joined: Mon Sep 07, 2009 4:12 pm
Re: L2J Threading configuration
I found some info about thatSacrifice wrote: ↑Wed Jan 03, 2018 9:18 pmNot 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![]()
![]()
![]()
viewtopic.php?t=15700
I am alredy checking the class.
- ShinichiYao
- Advanced User
- Posts: 262
- Joined: Tue Jan 12, 2016 3:53 am
Re: L2J Threading configuration
Increase the value cause deadlock much easier by my experience.
-
- Posts: 92
- Joined: Mon Sep 07, 2009 4:12 pm
Re: L2J Threading configuration
I willShinichiYao wrote: ↑Thu Jan 04, 2018 6:53 am Increase the value cause deadlock much easier by my experience.
-
- Advanced User
- Posts: 1027
- Joined: Thu Aug 14, 2014 6:31 am
Re: L2J Threading configuration
All of this require that you know how many cores and threads do you have in your server machine. deadlocks can be produced, yes.