- 본 문서는 Jetson Nano에서 swap memory를 추가하는 방법을 설명하는 문서이다.
Export workspace path
export WORKSPACE=/path/of/workspace
ls ${WOKSPACE}
Clone repository
cd ${WORKSPACE}
git clone https://github.com/JetsonHacksNano/installSwapfile
Install
cd ${WORKSPACE}/installSwapfile
./installSwapfile.sh
Reboot
Modifying /etc/fstab to enable on boot
/mnt/swapfile
Swap file has been created
Reboot to make sure changes are in effect
- 위 로그는 installSwapfile.sh를 실행한 후 가장 마지막에 출력되는 문구로 재부팅 이후에 변경사항이 적용됨을 확인할 수 있다. 따라서 재부팅을 해준다.
sudo reboot