Difference between revisions of "Add a swap disk"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* [[Add a disk]] to the server | * [[Add a disk]] to the server | ||
− | * Check the new volume with [[lsblk]] | + | * Check the new volume with <code>[[lsblk]]</code> |
− | * Create swap: sudo [[mkswap]] -f /dev/nvme5n1 | + | * Create swap: sudo <code>[[mkswap]] -f /dev/nvme5n1</code> |
* Add swap in [[/etc/fstab]] | * Add swap in [[/etc/fstab]] | ||
sudo vi /etc/fstab | sudo vi /etc/fstab |
Revision as of 10:47, 24 August 2023
- Add a disk to the server
- Check the new volume with
lsblk
- Create swap: sudo
mkswap -f /dev/nvme5n1
- Add swap in /etc/fstab
sudo vi /etc/fstab UID none swap defaults 0 0
Related
See also
- Swap,
swapon
,swapoff
,mkswap
,swaplabel
,free
,sar -r
,sar -S
,sar -W
,vmstat
,vm.swappiness
,/proc/swaps
,/etc/fstab
, Add a swap disk,systemd.swap
- memory
Advertising: