[Devel] Re: [PATCH 3/3] Quick vmalloc vs kmalloc fix to the case where array size is too large
Paul Menage
menage at google.com
Tue Jul 14 10:28:43 PDT 2009
On Mon, Jul 13, 2009 at 9:25 PM, KAMEZAWA
Hiroyuki<kamezawa.hiroyu at jp.fujitsu.com> wrote:
> My point is
> - More PIDs, More time necessary to read procs file.
Right now, many pids => impossible to read procs file due to kmalloc
failure. (This was always the case with cpusets too). So using kmalloc
in those cases is a strict improvement.
> This patch boost it ;) Seems like "visit this later again" ,or FIXME patch.
Agreed.
Paul
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list