2023-10-23 17:01:45 +00:00
|
|
|
Enhancement: Automatically set `GOMAXPROCS` in resource-constrained containers
|
2023-09-28 17:45:58 +00:00
|
|
|
|
|
|
|
When running restic in a Linux container with CPU-usage limits, restic now
|
2023-10-23 17:01:45 +00:00
|
|
|
automatically adjusts `GOMAXPROCS`. This helps to reduce the memory consumption
|
2023-09-28 17:45:58 +00:00
|
|
|
on hosts with many CPU cores.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4128
|
|
|
|
https://github.com/restic/restic/pull/4485
|
2023-10-22 14:59:45 +00:00
|
|
|
https://github.com/restic/restic/pull/4531
|