View Single Post
Posts: 334 | Thanked: 616 times | Joined on Sep 2010
#18
Originally Posted by BluesLee View Post
Code:
cd /media/sdcard/*/swapfile
dd if=/dev/zero of=swapfile bs=1M count=1024
mkswap swapfile
swapon swapfile
With this additional swap i don't have any issues since 24 hours. I will probably add a line to fstab.
Damn, if one is using btrfs on sdcard already, btrfs-swapon would be required.