Re: Bash and virtual mappings

2011-07-14 Thread Samuel Thibault
Richard Braun, le Thu 14 Jul 2011 10:22:16 +0200, a écrit : > I've noticed something strange with the shell recently : > > $ vminfo $$ | wc -l > 1038 > > Why would bash use so many map entries ? bash uses its own malloc. I guess that's its mappings, which gnumach doesn't merge. Samuel

Bash and virtual mappings

2011-07-14 Thread Richard Braun
Hello, I've noticed something strange with the shell recently : $ vminfo $$ | wc -l 1038 Why would bash use so many map entries ? -- Richard Braun