RE: RH30: Virtual Mem shot heavily by locale-archive...

From: Arijit Das
Date: Sat Oct 01 2005 - 04:20:57 EST


Shared mappings are represented in /proc/<pid>/maps file as having 's'
as its last permission field like r-xs (shared readable and executable
region)

But in this case, the perm bits are r--p which says that it is private
rather than shared. Any idea whatz happening here...?

-Arijit

-----Original Message-----
From: Alan Cox [mailto:alan@xxxxxxxxxxxxxxxxxxx]
Sent: Friday, September 30, 2005 7:13 PM
To: Arijit Das
Cc: linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: RH30: Virtual Mem shot heavily by locale-archive...

> This seems like a huge requirement of memory for each small process
executed in the RH3.0 system and hence, shots up the memory requirement
of the entire system because the mapped region
/usr/lib/locale/locale-archive is privately mapped.

There is no RH 3.0 for AMD64 - if you mean RHEL 3 then the mappings are
shared between processes.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/