Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1467557

Re: OOM detection regressions since 4.7

From Markus Trippelsdorf <markus@trippelsdorf.de>
Newsgroups linux.kernel
Subject Re: OOM detection regressions since 4.7
Date 2016-08-22 13:30 +0200
Message-ID <s8VAt-5Ed-7@gated-at.bofh.it> (permalink)
References <s8TS1-4w9-9@gated-at.bofh.it> <s8UEr-52o-61@gated-at.bofh.it> <s8V7s-5dF-17@gated-at.bofh.it> <s8Vh7-5vY-9@gated-at.bofh.it> <s8VqN-5Am-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 2016.08.22 at 13:13 +0200, Michal Hocko wrote:
> On Mon 22-08-16 13:01:13, Markus Trippelsdorf wrote:
> > On 2016.08.22 at 12:56 +0200, Michal Hocko wrote:
> > > On Mon 22-08-16 12:16:14, Markus Trippelsdorf wrote:
> > > > On 2016.08.22 at 11:32 +0200, Michal Hocko wrote:
> > > > > [1] http://lkml.kernel.org/r/20160731051121.GB307@x4
> > > > 
> > > > For the report [1] above:
> > > > 
> > > > markus@x4 linux % cat .config | grep CONFIG_COMPACTION
> > > > # CONFIG_COMPACTION is not set
> > > 
> > > Hmm, without compaction and a heavy fragmentation then I am afraid we
> > > cannot really do much. What is the reason to disable compaction in the
> > > first place?
> > 
> > I don't recall. Must have been some issue in the past. I will re-enable
> > the option.
> 
> Well, without the compaction there is no source of high order pages at
> all. You can only reclaim and hope that some of the reclaimed pages will
> find its buddy on the list and form the higher order page. This can take
> for ever. We used to have the lumpy reclaim and that could help but this
> is long gone.
> 
> I do not think we can really sanely optimize for high-order heavy loads
> without COMPACTION sanely. At least not without reintroducing lumpy
> reclaim or something similar. To be honest I am even not sure which
> configurations should disable compaction - except for really highly
> controlled !mmu or other one purpose systems.

I now recall. It was an issue with CONFIG_TRANSPARENT_HUGEPAGE, so I
disabled that option. This then de-selected CONFIG_COMPACTION...

-- 
Markus

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-22 11:40 +0200
  Re: OOM detection regressions since 4.7 Markus Trippelsdorf <markus@trippelsdorf.de> - 2016-08-22 12:30 +0200
    Re: OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-22 13:00 +0200
      Re: OOM detection regressions since 4.7 Markus Trippelsdorf <markus@trippelsdorf.de> - 2016-08-22 13:10 +0200
        Re: OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-22 13:20 +0200
          Re: OOM detection regressions since 4.7 Markus Trippelsdorf <markus@trippelsdorf.de> - 2016-08-22 13:30 +0200
  Re: OOM detection regressions since 4.7 Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-08-23 06:50 +0200
    Re: OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-23 09:40 +0200
      Re: OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-23 09:50 +0200
      Re: OOM detection regressions since 4.7 Markus Trippelsdorf <markus@trippelsdorf.de> - 2016-08-23 09:50 +0200
      Re: OOM detection regressions since 4.7 Linus Torvalds <torvalds@linux-foundation.org> - 2016-08-23 21:20 +0200
        Re: OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-24 08:40 +0200
      Re: OOM detection regressions since 4.7 Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2016-08-24 09:10 +0200
        Re: OOM detection regressions since 4.7 Michal Hocko <mhocko@kernel.org> - 2016-08-24 09:10 +0200
          Re: OOM detection regressions since 4.7 Joonsoo Kim <js1304@gmail.com> - 2016-08-24 09:30 +0200

csiph-web