summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Blanchard2005-07-08 02:56:06 +0200
committerLinus Torvalds2005-07-08 03:23:36 +0200
commit42639269f9ce4aac2e6c20bcbca30b5da8b9a899 (patch)
tree1583ac4da9d2e40669d4579e338d8e506dedba5a /Makefile
parent[PATCH] remove completly bogus comment inside __alloc_pages() try_to_free_pag... (diff)
downloadkernel-qcow2-linux-42639269f9ce4aac2e6c20bcbca30b5da8b9a899.tar.gz
kernel-qcow2-linux-42639269f9ce4aac2e6c20bcbca30b5da8b9a899.tar.xz
kernel-qcow2-linux-42639269f9ce4aac2e6c20bcbca30b5da8b9a899.zip
[PATCH] mm: quieten OOM killer noise
We now print statistics when invoking the OOM killer, however this information is not rate limited and you can get into situations where the console is continually spammed. For example, when a task is exiting the OOM killer will simply return (waiting for that task to exit and clear up memory). If the VM continually calls back into the OOM killer we get thousands of copies of show_mem() on the console. Use printk_ratelimit() to quieten it. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions