JBQ
--
Jean-Baptiste M. "JBQ" Queru
Android Engineer, Google.
I'm trying to demonstrate that Android runs comfortably in 64MB RAM.
To do so, I run the SDK-1.0 emulator like so:
$ ./emulator -qemu -m 64
My first question is whether this is a realistic demonstration? Are
there any significant differences (in terms of memory consumption)
between what's running in the emulator and what would be running on a
typical phone (let's suppose something like a G1 with only 64MB RAM).
If I sum up the resident memory listed for each process in the RSS
column, I get much more than 64MB. It's more like 130MB. Am I
misinterpreting the RSS column as physical memory consumed? If not,
then why does it add up to so much more that total memory reported by /
proc/meminfo?
JBQ
On Wed, Jan 28, 2009 at 11:47 AM, Geoff Stromberg
--
My question is, Android will periodically pick background apps to
kill. What is the criteria? Does it consider some sort of 'total
number of private dirty pages'?