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.

The method used in the YouTube link also works. When I use top, the swap
file is present and used when needed.


------------------------------------------------------------------------
CypherMK's Profile: http://forums.slimdevices.com/member.php?userid=62798
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to