#566 #533 Enable EarlyOOM on Fedora KDE
Closed 3 years ago by pbokoc. Opened 3 years ago by quiet.
Unknown source iss533  into  f33

@@ -3,3 +3,18 @@

  

  [[select-distribution]]

  = Distribution-wide Changes

+ 

+ == The `earlyoom` service is now enabled by default in Fedora KDE

+ 

+ The `earlyoom` service monitors system memory usage. If free memory falls below a set limit, `earlyoom` terminates an appropriate process to free up memory. As a result, the system does not become unresponsive for long periods of time in low-memory situations.

+ 

+ The following is the default `earlyoom` configuration:

+ 

+ * If RAM goes below 4% free and swap goes below 10% free, `earlyoom` sends the `SIGTERM` signal to the process with the largest `oom_score`.

+ * If RAM goes below 2% free and swap goes below 5% free, `earlyoom` sends the `SIGKILL` signal to the process with the largest `oom_score`.

+ 

+ This update brings the following benefits:

+ 

+ * Users regain control over their system more quickly.

+ * Reduction of forced poweroff increases data collection and improves understanding of low-memory situations.

+ * The `earlyoom` service first sends `SIGTERM` to a selected process, so that it has a chance to shutdown properly.

Hi @bcotton,

I described this release note based on your text from https://fedoraproject.org/wiki/Changes/KDEEarlyOOM

On top of that, I added a couple of benefits to users.

Feel free to review my changes.

Thanks

No reply but it seems fine to me. Merged manually due to a conflict.

Pull-Request has been closed by pbokoc

3 years ago
Metadata