Document automatic CPU/IO-concurrency

This commit is contained in:
Michael Eischer
2022-07-03 12:19:26 +02:00
parent 6f53ecc1ae
commit 3af9c2cc58
2 changed files with 27 additions and 0 deletions
+9
View File
@@ -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
===========