==> Command
fallocate -l 2048M /swapfile
dd if=/dev/zero of=/swapfile count=2048 bs=1MiB
chmod 0600 /swapfile
mkswap /swapfile
swapon /swapfile
위 명령어 입력후
/etc/fstab 에 가서
swap /swapfile swap defaults 0 0
해당 줄 추가
top -c 명령어 또는 free -m 명령어로 스왑 메모리 확인.
'Technical > System' 카테고리의 다른 글
DSR 구성시 서버 ARP설정 방법 (1) | 2021.05.28 |
---|---|
(Apache) Web Page 사용자 인증 걸기 (0) | 2021.05.17 |
mysql: [Warning] Using a password on the command line interface can be insecure. (0) | 2021.05.17 |
DELL 서버 IDRAC 설정 방법 (2) | 2021.05.11 |
CentOS 7 yum repository 생성 방법 (0) | 2021.05.10 |
댓글