slitaz-modular rev 98

Add script to free up ram.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 11 13:35:04 2011 +0000 (2011-05-11)
parents b36817b1adbb
children 0523f5b458e0
files initramfs/usr/bin/free-ram.sh
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/initramfs/usr/bin/free-ram.sh	Wed May 11 13:35:04 2011 +0000
     1.3 @@ -0,0 +1,3 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +sync && echo 3 > /proc/sys/vm/drop_caches