net_thread_count

2023-10-31 11:17:11  Updated

net_thread_count specifies the number of network I/O threads.

Property Description
Type Integer
Default value 0
Value range [0,64]
Effective upon OBServer node restart Yes

By default, the number of Libeasy I/O threads for Remote Procedure Call (RPC) and MySQL requests is 1/8 of the number of CPU cores. When net_thread_count is set to N (N > 0), the number of Libeasy I/O threads for both RPC and MySQL requests is N.

Contact Us