Swap 2024-02-26 IT Contents Enable swap file Enable swap file 1 2 3 4 dd if=/dev/zero of=/swap.fs bs=1M count=4096 # crete a 4G raw file chmod 600 /swap.fs mkswap /swap.fs swapon /swap.fs /etc/fstab 1 /swap.fs none swap defaults 0 0 Author Jeremy Zheng LastMod 2024-02-26