User Tools

Site Tools


os:linux:create_swap_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
os:linux:create_swap_file [2022-12-10 11:07] Manuel Freios:linux:create_swap_file [2024-06-26 11:58] (current) – change permissions on swap file Manuel Frei
Line 1: Line 1:
-====== LinuxCreate Swap File ======+====== Linux Create Swap File ======
  
 ===== Short ===== ===== Short =====
Line 5: Line 5:
 <code> <code>
 fallocate -l 1G /swapfile fallocate -l 1G /swapfile
 +chmod 0600 /swapfile
 mkswap /swapfile mkswap /swapfile
 swapon /swapfile swapon /swapfile
os/linux/create_swap_file.1670666859.txt.gz · Last modified: 2022-12-10 11:07 by Manuel Frei