github.com/containers/podman/v5@v5.1.0-rc1/docs/source/markdown/options/oom-score-adj.md (about) 1 ####> This option file is used in: 2 ####> podman create, run 3 ####> If file is edited, make sure the changes 4 ####> are applicable to all of those. 5 #### **--oom-score-adj**=*num* 6 7 Tune the host's OOM preferences for containers (accepts values from **-1000** to **1000**). 8 9 When running in rootless mode, the specified value can't be lower than 10 the oom_score_adj for the current process. In this case, the 11 oom-score-adj is clamped to the current process value.