pub const DEFAULT_RESERVED_CPU_CORES: usize = 1; // 1usize
Default number of reserved CPU cores for non-reth processes.
This will be deducated from the thread count of main reth global threadpool.