Swap file

Moki Lv6
1
2
3
4
5
fallocate -l 8G /swap && \
chmod 600 /swap && \
mkswap /swap && \
swapon /swap && \
echo '/swap none swap sw 0 0' >> /etc/fstab
On this page
Swap file