Skip to content

Commit ba38b18

Browse files
Noratriebmarcoieni
andauthored
Add earlyoom to dev desktop (#480)
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]>
1 parent 5bbba89 commit ba38b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/roles/dev-desktop/tasks/dependencies.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- clang
1717
- cmake
1818
- gcc-mingw-w64-x86-64 # Allows running `x check --target x86_64-pc-windows-gnu`
19+
- earlyoom # Earlyoom kills processes using too much memory before they can cause trouble.
1920
- jq
2021
- libssl-dev
2122
- llvm

0 commit comments

Comments
 (0)