[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20171127194603.GA28115@avx2>
Date: Mon, 27 Nov 2017 22:46:03 +0300
From: Alexey Dobriyan <adobriyan@...il.com>
To: mikpelinux.gmail.com@...2
Cc: linux-kernel@...r.kernel.org, mhocko@...nel.org,
willy@...radead.org, ak@...ux.intel.com, linux-mm@...ck.org
Subject: Re: [PATCH] mm: disable `vm.max_map_count' sysctl limit
> vm.max_map_count
I always thought it is some kind of algorithmic complexity limiter and
kernel memory limiter. VMAs are under SLAB_ACCOUNT nowadays but ->mmap
list stays:
$ chgrep -e 'for.*vma = vma->vm_next' | wc -l
41
In particular readdir on /proc/*/map_files .
I'm saying you can not simply remove this sysctl.
Powered by blists - more mailing lists