[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Shared memory - using ps(1)



Bill Moseley wrote:
> On Sun, Apr 30, 2006 at 10:07:17PM -0400, Roberto C. Sanchez wrote:
> 
>>http://it.slashdot.org/article.pl?sid=06/02/06/120210&from=rss
> 
> 
> What happens with statically linked binaries?
> 
> I've got about 25 Mysql processes that look like this in pmap -d:
> 
>   mapped: 148116K    writeable/private: 140952K    shared: 0K
> 
> 
> 
> 
> 

If they are statically, linked, then they don't share their library
code.  Ergo, you are wasting memory.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto



Reply to: