installSwapfile icon indicating copy to clipboard operation
installSwapfile copied to clipboard

Install a swap file on the NVIDIA Jetson Nano Developer Kit. This should help with memory pressure issues.

Results 5 installSwapfile issues
Sort by recently updated
recently updated
newest added

**Describe the issue** Is this installSwapfile.sh working with Nano 2GB model? If I want to swap a memory of different size, shall I just change the `SWAPSIZE=6` to some other...

bug

Adding instructions to remove swapfile. After using the installSwapfile.sh, I ran out of space and had to remove it. Instead of adding a shell script, I am only adding instructions...

I have an SSD automounted correctly, mapping to the /media/ssd folder.The last line in /etc/fstab is UUID=... /media/ssd auto nosuid, nodev, nofail 0 0 Running "./installSwapfile.sh -d /media/ssd -a" does...

I'm sure there's a way to undo the swap file and/or to resize it but I can't figure it out.

i had problems with the coral dev-board (edge-tpu from google). i followed an article on medium to install opencv on the board, but only with 1GB swap. i got some...