On Thu, Nov 09, 2000 at 04:24:31PM -0800, Bill Moseley wrote:
> And here's comparing the totals returned by the pmap program that should
> detail shared and private memory (according to the paper cited above).
> 
> Address   Kbytes Resident Shared Private
> --------  ------ -------- ------ -------
> total Kb   24720   22720    3288   19432  <<< pre-loaded modules
> total Kb   14592   12976    3096    9880  <<< not pre-loaed modules.
> 
> Indeed there's a tiny bit more shared memory in the pre-loaded Apache, but
> the amount of "private" memory is significantly higher, too.  Ten megs a
> child will add up.  It doesn't really make sense to me, but that's what
> pmap is showing.

Stupid question, probably, but when running the non-pre-loaded version,
are you sure all the same modules are being loaded?  I'm wondering if there's
some set of modules that, for some reason, isn't being loaded by the
sequence of requests you're firing against all of your httpds to
get the servers "warmed up" to represent real-life state.

- Barrie

Reply via email to