Skip to content

Instantly share code, notes, and snippets.

View noobyzy's full-sized avatar

noobyzy noobyzy

View GitHub Profile
@hansheng0512
hansheng0512 / README.md
Last active May 3, 2024 14:19
Increase SWAP Memory Size in Jetson Nano
  1. Run Command Below
sudo apt-get install -y dphys-swapfile
  1. Run sudo gedit /sbin/dphys-swapfile
  2. Change CONF_MAXSWAP to 4096, save and exit
  3. Run sudo gedit /etc/dphys-swapfile
  4. Enable CONF_SWAPSIZE and put 4096, save and exit
  5. Run sudo reboot . to restart Jetson Nano 7.Run free -m and check the Swap total