mirror of
https://github.com/restic/restic.git
synced 2026-08-20 12:33:21 +00:00
Document automatic CPU/IO-concurrency
This commit is contained in:
@@ -30,6 +30,15 @@ to increase the number of connections. Please be aware that this increases the r
|
||||
consumption of restic and that a too high connection count *will degrade performace*.
|
||||
|
||||
|
||||
CPU Usage
|
||||
=========
|
||||
|
||||
By default, restic uses all available CPU cores. You can set the environment variable
|
||||
`GOMAXPROCS` to limit the number of used CPU cores. For example to use a single CPU core,
|
||||
use `GOMAXPROCS=1`. Limiting the number of usable CPU cores, can slightly reduce the memory
|
||||
usage of restic.
|
||||
|
||||
|
||||
Compression
|
||||
===========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user