Jonathan Vanasco wrote:
> I'm running a webapp on some FreeBSD6 boxes , and dev on a few OSX
> machines.
> 
> The httpd.conf files themselves may be slightly different , but they all
> use prefork and the same 'include' file which
>     runs a startup.PL which does "use xxx()" , precompiles templates,
> and connects to the DB for some data
>     vhosts the webapp on 127.0.0.1:8021
> 
> On my osx boxes, i'm seeing a parent process with 30mb of
> shared/resident memory, and child processes of 30mb shared memory that
> spike from 300k to 20mb after a few hits
> 
> On my freebsd boxes though, I'm seeing a parent process of 51mb of
> shared/resident memory, and child processes with 51mb of shared + 51 mb
> of resident memory each.  it appears that nothing is being shared.
> 
> does anyone have a clue on what to look for to ameliorate this?
What are you using to measure this on each ?


-- 
------------------------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

Reply via email to