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

piboot: load clean initramfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 27 19:04:14 2016 +0200 (2016-03-27)
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