singleProcessOomKill property
Defines whether to enable single process OOM killer.
If true, will prevent the memory.oom.group flag from being set for container cgroups in cgroups v2. This causes processes in the container to be OOM killed individually instead of as a group.
Optional.
Implementation
core.bool? singleProcessOomKill;