(1) We are three launching processes which seek large chunks of memory from the system.
- Our application from init.rc (oom_adj = -16), later changed to 13, cpu consumtion 7%
- Test application (memoryeater) from shell (oom_adj = 0) , later changed to 12
- Android Calculator application (oom_adj = -16)
We are tracking the free memory available in the system using 'free' command from shell.
We are setting minfree to 1054720 , anticipating the LOWMEMORYKILLER to trigger very early.
But the lowmemory killer is triggerred almost at the end of the memoryeater loop.
Thanks
Raja