All the credit for this goes to
"scrosler" and "Calkulin" over at XDA!!!
With Root Explorer go to system/etc and open "init.qcom.post_boot.sh" by long pressing the file and choosing "Open in Text Editor"
Change; echo "0,2,4,7,9,12" > /sys/module/lowmemorykiller/parameters/adj
case "$hardware" in "elite")
echo "7746,9720,11694,13742,15715,24709"
To; echo "0,1,2,4,7,15" > /sys/module/lowmemorykiller/parameters/adj
case "$hardware" in "elite")
echo "2048,3072,4096,6144,7168,20480"
I use; echo "0,1,2,4,7,15" > /sys/module/lowmemorykiller/parameters/adj
case "$hardware" in "elite")
echo "7746,9720,11694,13742,15715,24709"
I use these settings because I rarely need to have more than 2-3 apps open at anytime, whereas the other setting will allow 4-5+ apps open from what "I" have seen.