fallocate -l 4GB /swapfile
dd if=/dev/zero of=/swapfile count=4096 bs=1MiB
chmod 600 /swapfile
mkswap /swapfile
swapon /swapfile
free -m
echo "/swapfile swap swap defaults 0 0" >> /etc/fstab
cat /etc/fstab
'리눅스 문서' 카테고리의 다른 글
톰캣 Document Root 설정 방법 (8) | 2020.03.09 |
---|---|
telegram bot (텔레그램봇) 알림중단 (8) | 2020.02.07 |
mysql old password 에서 new password 체계로 변경하기 (6) | 2019.11.20 |
MySQL은 (MariaDB) 갈레 클러스터를 다시 시작 (6) | 2019.09.19 |
igbinary, redis php module comfile (6) | 2019.08.28 |