Linux
Kernel
Workspace
Build wrappers (at GitLab)
Distributions
Swapfile
dd if=/dev/zero of=/.swapfile bs=1M count=1024
chmod 0600 /.swapfile
mkswap -f /.swapfile
sudo swapon /.swapfile
/etc/fstab
/.swapfile swap swap defaults 0 0