This website requires JavaScript.
Explore
Help
Register
Sign In
rms
/
VictoriaMetrics
Watch
1
Star
0
Fork
0
You've already forked VictoriaMetrics
mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced
2026-05-17 08:36:55 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a8de1ab00069bfbb69e67ec142a84c4fa541fbfd
VictoriaMetrics
/
lib
/
cgroup
History
Aliaksandr Valialkin
f50cf60534
lib/cgroup: fall back to runtime.NumCPU() when determining process_cpu_cores_available metric if it is impossible to determine cpu quota via cgroups
...
Updates
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2107
2022-01-31 20:30:14 +02:00
..
testdata
adds cgroupsv2 support (
#1283
)
2021-05-13 09:02:13 +03:00
cpu_test.go
lib/cgroup: document the ability to detect cgroup v2 memory and cpu limits. This is follow-up for
b50024812e
2021-05-13 09:26:20 +03:00
cpu.go
lib/cgroup: fall back to runtime.NumCPU() when determining process_cpu_cores_available metric if it is impossible to determine cpu quota via cgroups
2022-01-31 20:30:14 +02:00
mem_test.go
lib/cgroup: follow-up after
b9bf3cbe3e
2021-02-08 15:54:38 +02:00
mem.go
lib/cgroup: set GOGC to 50 by default if it isn't set
2021-07-05 15:16:11 +03:00
util_test.go
adds cgroupsv2 support (
#1283
)
2021-05-13 09:02:13 +03:00
util.go
lib/cgroup: document the ability to detect cgroup v2 memory and cpu limits. This is follow-up for
b50024812e
2021-05-13 09:26:20 +03:00