Re: Bash and virtual mappings
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
Hello, I've noticed something strange with the shell recently : $ vminfo $$ | wc -l 1038 Why would bash use so many map entries ? -- Richard Braun