mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
In docker versions before v24.0, the dockerd daemon allowed adjusting its own oom-score; in that case we would forward the configuration to containerd (when running as child process) for it to do the same. This feature was deprecated in5a922dc162, and removed infb96b94ed0, but some fields were left behind in the supervisor package. This patch removes the oomScore field and adjustOOMScore method from the remove type. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>