Y
Hacker News
new
|
ask
|
show
|
jobs
by
efskap
322 days ago
>which is no RAM management at all
I'm sure the Android one is much more aggressive, but Linux's OOM killer isn't too different is it?
1 comments
msgodel
322 days ago
OOM is only triggered when you actually run out of virtual memory. With modern phones that shouldn't normally happen unless you're doing something silly like compiling a web browser.
link
heavyset_go
322 days ago
oomkiller is triggered when requested pages can't be allocated
link