go-ethereum/cmd/utils
Sina M d93dda49c8
internal/memlimit: respect cgroup memory cap (#34947)
Currently geth ignores the docker `--memory` directive and doesn't
adjust its cache size downward when necessary, potentially running into
OOM.

while gopsutil has functions like `docker/CgroupMem()` they are rather
for reading cgroup memory limit of a container from the host.
2026-06-12 13:31:15 +02:00
..
cmd.go
diskusage.go
diskusage_openbsd.go
diskusage_windows.go
export_test.go
flags.go
flags_legacy.go
flags_test.go
history_test.go
prompt.go