oom 썸네일형 리스트형 Android low memory killer disable 하기 출처 : http://varun-anand.com/mem_mgmt.htmlDISABLING ANDROID MEMORY MANAGEMENT SYSTEMLow memory killer was added as a kernel extension to the Android. The main source code is located at "/drivers/staging/android/lowmemorykiller.c". One of the interesting things to observe is the directory "staging" where the source code resides. Google added some of the kernel extensions such as wakelocks, lowmemk.. 더보기 oom killer 에 관한 글 OOM killer 에 대해서 좋은글이 있어서 링크를 건다. http://barriosstory.blogspot.com/2009/02/taming-oom-killer.html 헨드셋에서는 linux 기본 OOM 을 사용하기에는 무리가 있다. 모바일특성상 OOM이 발동할 시기는 이미 유저입장에서는 시스템이 한참 전에 뻗어 있은 후이기 때문이다. 따라서 안드로이드의 low memory killer 의 컨샙을 변형하여 일정이상 ram 이 부족하게 되면 현재 실행중인 어플들 리스트중에 원하는 것을 kill 하도록 구현하였다. 더보기 이전 1 다음