mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -04:00
Update documentation for --compress-niceness
This commit is contained in:
parent
491a6e651f
commit
f993732739
@ -85,7 +85,10 @@ Most other options are concerned with compression tuning:
|
|||||||
- `--compress-niceness=`*value*:
|
- `--compress-niceness=`*value*:
|
||||||
Set the niceness of compression worker threads. Defaults to 5. This makes
|
Set the niceness of compression worker threads. Defaults to 5. This makes
|
||||||
sure the ordering and segmenting threads are prioritised over compression
|
sure the ordering and segmenting threads are prioritised over compression
|
||||||
as they provide the data to the compression workers.
|
as they provide the data to the compression workers. On Windows, the values
|
||||||
|
are mapped as follows: 0 (zero) is mapped to "normal" priority, 1 to 5 are
|
||||||
|
mapped to "below normal" priority, 6 to 10 are mapped to "lowest" priority
|
||||||
|
and values greater than 10 are mapped to "background" priority.
|
||||||
|
|
||||||
- `--num-scanner-workers=`*value*:
|
- `--num-scanner-workers=`*value*:
|
||||||
Number of worker threads used for building the filesystem. This defaults
|
Number of worker threads used for building the filesystem. This defaults
|
||||||
|
Loading…
x
Reference in New Issue
Block a user