From d9ee3701726dc34678f74361e3dc03bc6b67095b Mon Sep 17 00:00:00 2001 From: mlibre Date: Tue, 10 Oct 2023 20:25:30 +0330 Subject: [PATCH] --- Contents/linux/other.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contents/linux/other.md b/Contents/linux/other.md index 6e8e9888c..e957b1365 100644 --- a/Contents/linux/other.md +++ b/Contents/linux/other.md @@ -7,6 +7,7 @@ tags: - Shutdown - Manjaro - Windows 11 + - swap --- # Other @@ -300,7 +301,7 @@ sudo rsync -aAXHv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt - Make a Swapfile ```bash -sudo dd if=/dev/zero of=/swapfile bs=1M count=4096 status=progress +sudo dd if=/dev/zero of=/swapfile bs=1M count=5120 status=progress sudo chmod 600 /swapfile sudo mkswap /swapfile sudo swapon /swapfile