Skip to content

Commit

Permalink
suggest ZRAM on compile killed due to oomkiller
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot committed Mar 23, 2024
1 parent 4e1c07c commit acc67c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,8 @@ sudo apt install --reinstall lsb_release")

if grep -qF "c++: fatal error: Killed signal terminated program cc1plus" <<<"$errors";then
error_caption+=("Compiling $app failed because cc1plus was killedd due to insufficient RAM.
Please install $app again, but this time keep all other programs closed to keep more free RAM available.")
Please install $app again, but this time keep all other programs closed to keep more free RAM available.
If this error keeps happening, try installing the More RAM app from Pi-Apps. Find it in the Tools category.")
error_type="system"
fi

Expand Down

0 comments on commit acc67c0

Please sign in to comment.