Re: [Maybe Spam] Re: mod_perl, shared memory and solaris

2005-09-20 Thread dan . horne
>> >Any advice on memory use on Solaris is appreciated >< > >Take a look at: > >http://people.ee.ethz.ch/~oetiker/tobjour/2003-02-12-09-00-f-1.html > >There's some useful information, including a chunk covering what you're >after. Specifically try: > >   pmap -x  PID > >the private/anon co

Re: mod_perl, shared memory and solaris

2005-09-20 Thread Carl Johnstone
Any advice on memory use on Solaris is appreciated < Take a look at: http://people.ee.ethz.ch/~oetiker/tobjour/2003-02-12-09-00-f-1.html There's some useful information, including a chunk covering what you're after. Specifically try: pmap -x PID the private/anon column shows the am

Re: mod_perl, shared memory and solaris

2005-09-19 Thread Frank Wiles
On Tue, 20 Sep 2005 10:13:39 +1200 [EMAIL PROTECTED] wrote: > Hi > > I've set up mod_perl v1.29 with apache 1.3.33 and I'm trying to > maximise the amount of memory shared between the httpd processes. > > I've created a startup.pl file and have entered all modules I use, and > > have loaded t