View Single Post
Posts: 139 | Thanked: 176 times | Joined on Oct 2012
#227
Originally Posted by ste-phan View Post
My Jolla has seen some serious drawer time since the latest update that featured these out of memory handling "improvements" that looked as if they were the brainwork of a nervous sales and marketing department urgently needing the device to resemble Android more closely

So before going to play with the new ambiance color effects etc I went off testing multitasking, and while the out of memory agent is less aggressive I saw IRC disconnected, calender and calc being closed etc..

As far as multitasking is concerned, it feels like a step forward after two steps back.
I have had these settings applied at boot since vaarainjärvi, and they have been working for me, no autoclose apps, no drastic out of memory situations even when massively multitasking.

Code:
#!/bin/bash

echo "80" > /proc/sys/vm/swappiness
echo "32 24" > /proc/sys/vm/lowmem_reserve_ratio
echo "100" > /proc/sys/vm/percpu_pagelist_fraction
echo "98304" > /proc/sys/vm/extra_free_kbytes

echo "0,0,0,0,0" > /sys/module/lowmemorykiller/parameters/minfree
 

The Following 2 Users Say Thank You to veeall For This Useful Post: