>
> You can use more swap (files) before buying more RAM.
>
>
I have been doing this too. It only get used during the big builds.

To create a 32G swap file and enable it (OP can do this now as the build
runs, to keep OOM away)
# fallocate -l 32G <swapfile> && chmod 600 <swapfile> && mkswap <swapfile>
&& swapon <swapfile>

use 'watch free -m' to see if its being used. Then after the build is over,
delete it/add it to fstab/whatever

Reply via email to