use get_physical for only physical core count
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0352ea7dda
commit
90d90c46da
3 changed files with 4 additions and 4 deletions
|
@ -256,8 +256,8 @@ allow_check_for_updates = true
|
|||
# Time in seconds before RocksDB will forcibly rotate logs. Defaults to 0.
|
||||
#rocksdb_log_time_to_roll = 0
|
||||
|
||||
# Amount of threads that RocksDB will use for parallelism. Set to 0 to use all your CPUs.
|
||||
# Defaults to your CPU count divided by 2 (half)
|
||||
# Amount of threads that RocksDB will use for parallelism. Set to 0 to use all your physical cores.
|
||||
# Defaults to your CPU physical core count (not logical threads) count divided by 2 (half)
|
||||
#rocksdb_parallelism_threads = 0
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue