# The distro ships 10-oomd-user-service-defaults.conf with ManagedOOMMemoryPressure=kill # only. Swap-kill coverage existed on these boxes solely as a `systemctl set-property # --runtime` override under /run, i.e. it disappeared at the next reboot. # # Backstop only, for allocations that reach neither agent.slice nor build.slice. The # system manager owns it, so a `systemctl --user daemon-reload` unregisters it until the # next system reload; the slice ceilings carry the durable guarantee. The limit sits well # above theirs because this cgroup is the entire user session. [Service] ManagedOOMSwap=kill ManagedOOMMemoryPressure=kill ManagedOOMMemoryPressureLimit=80%