mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
109772bdc4
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. |
||
---|---|---|
.. | ||
testdata | ||
cpu.go | ||
cpu_test.go | ||
mem.go | ||
mem_test.go | ||
util.go | ||
util_test.go |