#51 Increase oomd user memory pressure limit to 10% (#1929856)
Merged 3 years ago by zbyszek. Opened 3 years ago by salimma.
rpms/ salimma/systemd bump-user-limit  into  rawhide

@@ -1,3 +1,3 @@ 

  [Service]

  ManagedOOMMemoryPressure=kill

- ManagedOOMMemoryPressureLimit=4%

+ ManagedOOMMemoryPressureLimit=10%

Shouldn't we raise it even more? Maybe 10% works in this particular case, but tomorrow somebody will try with a different machine…

file modified
+4 -1
@@ -21,7 +21,7 @@ 

  Name:           systemd

  Url:            https://www.freedesktop.org/wiki/Software/systemd

  Version:        247.3

- Release:        2%{?dist}

+ Release:        3%{?dist}

  # For a breakdown of the licensing, see README

  License:        LGPLv2+ and MIT and GPLv2+

  Summary:        System and Service Manager
@@ -930,6 +930,9 @@ 

  %files standalone-sysusers -f .file-list-standalone-sysusers

  

  %changelog

+ * Wed Feb 17 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 247.3-3

+ - Increase oomd user memory pressure limit to 10% (#1929856)

+ 

  * Fri Feb  5 2021 Anita Zhang <the.anitazha@gmail.com> - 247.3-2

  - Changes for https://fedoraproject.org/wiki/Changes/EnableSystemdOomd.

  - Backports consist primarily of PR #18361, #18444, and #18401 (plus some

With this setting change, the https://kojipkgs.fedoraproject.org/compose/branched/Fedora-34-20210217.n.0/compose/Spins/x86_64/iso/Fedora-KDE-Live-x86_64-34-20210217.n.0.iso ISO can be used to do an installation on a VM with 2GB RAM without Anaconda getting killed by oomd.

Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Shouldn't we raise it even more? Maybe 10% works in this particular case, but tomorrow somebody will try with a different machine…

Anyway, let's merge. We can always improve this later.

Pull-Request has been merged by zbyszek

3 years ago