Skip to content

Commit

Permalink
Add earlyoom to dev desktop (#480)
Browse files Browse the repository at this point in the history
Sometimes the dev desktop just OOMs and dies because someone committed a
happy little accident, as one does. Luckily Linux has an OOM killer,
sadly it's pretty useless in practice.

Luckily there's a userspace workaround! It works really well.

---------

Co-authored-by: MarcoIeni <[email protected]>
  • Loading branch information
Noratrieb and marcoieni authored Sep 6, 2024
1 parent 5bbba89 commit ba38b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/dev-desktop/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- clang
- cmake
- gcc-mingw-w64-x86-64 # Allows running `x check --target x86_64-pc-windows-gnu`
- earlyoom # Earlyoom kills processes using too much memory before they can cause trouble.
- jq
- libssl-dev
- llvm
Expand Down

0 comments on commit ba38b18

Please sign in to comment.