I used the same swap arrangements with OSMC as with Raspbian and it seems OK. I think I had to install dphys-swapfile.frankd wrote: > 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.
Sent from my SM-G900F using Tapatalk ------------------------------------------------------------------------ slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
