DEFAULT_RESERVED_CPU_CORES

Constant DEFAULT_RESERVED_CPU_CORES 

Source
pub const DEFAULT_RESERVED_CPU_CORES: usize = 1;
Expand description

Default number of reserved CPU cores for non-reth processes.

This will be deducted from the thread count of main reth global threadpool.