Forum
Out Of Memory freeze - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Configuration (/forum-17.html)
+--- Thread: Out Of Memory freeze (/thread-2829.html)

Pages: 1 2


RE: Out Of Memory freeze - Fabio72 - 11th Mar, 2015 09:08 PM

(10th Mar, 2015 06:40 AM)Killerbee Wrote:  This doesn't work on a btrfs file system,

Terminal
modprobe loop
truncate -s 512M /swapfile
losetup /dev/loop0 /swapfile
mkswap /dev/loop0
swapon /dev/loop0
Wink

I'm not used to btrfs (and I'm on NFS) but I should think about some issue setting swap space on it.