Hacker News new | ask | show | jobs
by jeffbee 490 days ago
> moved inodes from one cgroup to another

`cgroup.memory=nokmem` avoids this.

1 comments

TIL, thanks for sharing. We ended up solving our problem another way by adding this `DisableControllers` stanza to the service's systemd configuration: https://gist.github.com/dasl-/87b849625846aed17f1e4841b04ecc...

I believe the kernel's cgroup writeback accounting features are enabled / disabled based on this code: https://github.com/torvalds/linux/blob/c291c9cfd76a8fb92ef3d...