View Single Post
BluesLee's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#8
Originally Posted by llelectronics View Post
I think the problem with this killer is that it starts killing even if swap is still free.
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.

Last edited by BluesLee; 2014-12-25 at 12:49.
 

The Following 9 Users Say Thank You to BluesLee For This Useful Post: