some useful info
Io_Threads = 2 # Number of io threads (2x logical CPUs)
Worker_Threads = 3 # Number of worker threads (1/2 of max users online)
Worker_Fibers = 50 # Number of works fibers
Encryption_Threads = 1 # Number of encryption threads (number of logical cpus)
|