2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/changelog/unreleased/issue-4128
2023-10-22 17:09:46 +02:00

10 lines
396 B
Plaintext

Enhancement: Automatically adjust GOMAXPROCS in resource-constrained containers
When running restic in a Linux container with CPU-usage limits, restic now
automatically adjusts GOMAXPROCS. This helps to reduce the memory consumption
on hosts with many CPU cores.
https://github.com/restic/restic/issues/4128
https://github.com/restic/restic/pull/4485
https://github.com/restic/restic/pull/4531