#!/system/bin/sh

source /system/etc/initcontrol

if [ "$MINISTRICTFREE" = "1" ]; then
	echo "1536,2048,4096,4096,4096,5120,15360,23040" > /sys/module/lowmemorykiller/parameters/minfree;
fi