{"id":496,"date":"2025-01-20T20:26:57","date_gmt":"2025-01-20T20:26:57","guid":{"rendered":"https:\/\/ecodebook.wordpress.com\/?p=496"},"modified":"2025-01-20T20:26:57","modified_gmt":"2025-01-20T20:26:57","slug":"create-swap-disk-on-linux-aamalinux-centos","status":"publish","type":"post","link":"https:\/\/blog.mycarts.shop\/?p=496","title":{"rendered":"Create swap disk on Linux [AamaLinux, CentOS]"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code># fallocate -l 2G \/swapfile\n# chmod 600 \/swapfile\n# mkswap \/swapfile\n# swapon \/swapfile\n# cp \/etc\/fstab \/etc\/fstab.bak\n# echo '\/swapfile none swap sw 0 0' | sudo tee -a \/etc\/fstab\n# vi \/etc\/sysctl.conf\n# vm.swappiness=10\n# vm.vfs_cache_pressure=50\n\n### Show memory space ###\n# swapon --show\n# free -h\n\n### Check disk space ###\n# df -h<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[19],"class_list":["post-496","post","type-post","status-publish","format-standard","hentry","category-ssh","tag-ssh"],"_links":{"self":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=496"}],"version-history":[{"count":0,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=\/wp\/v2\/posts\/496\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=496"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=496"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.mycarts.shop\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}