slitaz-arm view rpi/rootfs/etc/sysctl.conf @ rev 219

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents fd283c8054a5
children
line source
1 # /etc/sysctl.conf: Kernel sysctl configuration file for Linux
2 #
3 # Optimized to save Raspberry Pi resources
5 # Better usage of the swap memory
6 vm.swappiness=100
8 # Purge cached block devices before cached filesystem entries
9 vm.vfs_cache_pressure=50