summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
diff options
context:
space:
mode:
authorVlastimil Babka2016-10-08 02:00:46 +0200
committerLinus Torvalds2016-10-08 03:46:29 +0200
commit20311420282f3402888f1d9b8b80d924d491aadf (patch)
tree6ef33e5e616118f2000188440290e52709a0d488 /mm/oom_kill.c
parentmm, compaction: ignore fragindex from compaction_zonelist_suitable() (diff)
downloadkernel-qcow2-linux-20311420282f3402888f1d9b8b80d924d491aadf.tar.gz
kernel-qcow2-linux-20311420282f3402888f1d9b8b80d924d491aadf.tar.xz
kernel-qcow2-linux-20311420282f3402888f1d9b8b80d924d491aadf.zip
mm, compaction: restrict fragindex to costly orders
Fragmentation index and the vm.extfrag_threshold sysctl is meant as a heuristic to prevent excessive compaction for costly orders (i.e. THP). It's unlikely to make any difference for non-costly orders, especially with the default threshold. But we cannot afford any uncertainty for the non-costly orders where the only alternative to successful reclaim/compaction is OOM. After the recent patches we are guaranteed maximum effort without heuristics from compaction before deciding OOM, and fragindex is the last remaining heuristic. Therefore skip fragindex altogether for non-costly orders. Suggested-by: Michal Hocko <mhocko@suse.com> Link: http://lkml.kernel.org/r/20160926162025.21555-5-vbabka@suse.cz Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Acked-by: Michal Hocko <mhocko@suse.com> Cc: Mel Gorman <mgorman@techsingularity.net> Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com> Cc: David Rientjes <rientjes@google.com> Cc: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/oom_kill.c')
0 files changed, 0 insertions, 0 deletions