VictoriaMetrics/lib/cgroup
Aliaksandr Valialkin f222cf9200
lib/cgroup: remove SetGOGC() function
GOGC can be already set via environment variable. There is no need in adding
new approaches for setting the GOGC (such as command-line flag), since they complicate operations.
2024-02-05 12:13:08 +02:00
..
testdata
cpu_test.go
cpu.go all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:55:20 +03:00
mem_test.go
mem.go lib/cgroup: remove SetGOGC() function 2024-02-05 12:13:08 +02:00
util_test.go
util.go all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:55:20 +03:00