Files
2022-10-01 20:08:56 +02:00

6 lines
95 B
Plaintext

fallocate -l 2G /swap2file
chmod 600 /swap2file
mkswap /swap2file
swapon /swap2file