Files
VictoriaMetrics/lib
Aliaksandr Valialkin 109772bdc4 lib/cgroup: round GOMAXPROCS to the lower integer value of cpuQuota
Rounding GOMAXPROCS to the upper interger value of cpuQuota increases chances of CPU starvation,
non-optimimal goroutine scheduling and additional CPU overhead related to context switching.

So it is better to round GOMAXPROCS to the lower integer value of cpuQuota.
2024-09-23 16:09:12 +02:00
..
2024-07-03 15:30:21 +02:00
2024-09-04 15:36:34 +02:00
2024-08-19 21:15:33 +02:00