![]() |
2012-05-02
, 10:12
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#61
|
The Following User Says Thank You to coderus For This Useful Post: | ||
![]() |
2012-05-02
, 10:29
|
Posts: 233 |
Thanked: 491 times |
Joined on Oct 2011
@ Sydney
|
#62
|
![]() |
2012-05-02
, 11:12
|
|
Posts: 1,583 |
Thanked: 1,203 times |
Joined on Dec 2011
@ Everywhere
|
#63
|
![]() |
2012-05-02
, 11:58
|
Posts: 198 |
Thanked: 82 times |
Joined on Oct 2011
@ Dubrovnik, Croatia
|
#64
|
#This will limit memory used by background processes to 10MB.
#The default value is arround 70MB.
#In my phone only 3 processes are in this group:
#msyncd, obexd and the infamous smartsearch
while [[ `cat /syspart/system/background/memory.limit_in_bytes` != 10485760 ]]
do
echo 10M > /syspart/system/background/memory.limit_in_bytes
sleep 5
done
The Following User Says Thank You to Zelig For This Useful Post: | ||
![]() |
2012-05-02
, 20:29
|
Posts: 198 |
Thanked: 82 times |
Joined on Oct 2011
@ Dubrovnik, Croatia
|
#65
|
![]() |
2012-05-02
, 20:47
|
Posts: 201 |
Thanked: 57 times |
Joined on May 2010
|
#66
|
Been testing it for a day now. No OC or DropCache. Just PR1.2 that's all.
I'll keep you posted.
The Following User Says Thank You to isfr21 For This Useful Post: | ||
![]() |
2012-05-03
, 02:33
|
Posts: 119 |
Thanked: 57 times |
Joined on Dec 2009
@ Rotterdam, port to Europe !
|
#67
|
![]() |
2012-05-03
, 04:38
|
Posts: 22 |
Thanked: 15 times |
Joined on Jun 2010
@ Wisconsin
|
#68
|
![]() |
2012-05-03
, 13:39
|
Posts: 28 |
Thanked: 2 times |
Joined on Nov 2011
@ Philippines
|
#69
|
![]() |
2012-05-03
, 15:25
|
Posts: 58 |
Thanked: 241 times |
Joined on Sep 2005
@ Palo Alto, CA
|
#70
|
The Following User Says Thank You to jolo For This Useful Post: | ||