mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-26 13:11:11 -08:00
Update changelog for GOGC tuning
Include #14285 in changelog. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
6ccee2c4a5
commit
38bf349ff7
|
@ -2,6 +2,10 @@
|
|||
|
||||
## unreleased
|
||||
|
||||
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 75.
|
||||
|
||||
* [CHANGE] Runtime: Change GOGC threshold from 50 to 75 #14285
|
||||
|
||||
## 2.53.0-rc.0 / 2024-06-06
|
||||
|
||||
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 50.
|
||||
|
|
Loading…
Reference in a new issue