CypherMK wrote: > But I used this: https://m.youtube.com/watch?v=P6S-Fef2P90
Concerning Swap Files and OSMC: Please note that OSMC has slightly different approaches compared to Raspian how swapfiles are used, usually OSMC does not use swapfiles at all, or if enabled only 100MB. Maybe you can check with top if swap memory is enabled and how much is available. To enable a 1GB swapfile under OSMC use following commands (in case swapping is not enabled for your system, some might not be needed and might produce an error message, but executing them will not hurt): sudo touch /enable_swap sudo swapoff /swap sudo rm /swap sudo dd if=/dev/zero of=/swap bs=1M count=1024 sudo chmod 0600 /swap sudo swapon /swap Then reboot and check with top if 1GB swap is available. ------------------------------------------------------------------------ frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
