I'll try a manual compile with it off at some point.
./Configure -sde \
-Uinstallusrbinperl \
-Dcc=cc \
-Doptimize="-g3 -O0" \
-Duseshrplib \
-Dusethreads=n \
=> -Dusemymalloc=n \
-Duse64bitint \
-Dccflags=-pipe \
-Ud_dosuid \
-Ui_gdbm \
-Ui_malloc \
-Ui_iconv \
-
On Jan 3, 2006, at 10:29 AM, Philip M. Gollucci wrote:
-Dusemymalloc=y is the default for lang/perl5.8
Also, the previous example had this same setting.
I'll try a manual compile with it off at some point.
FWIW, I found that turning off Perl's malloc() prevented segfaults in
mod_perl 1 on S
Tyler MacDonald wrote:
> Interesting... I just chatted with Brian Somers (resident freeBSD
> guru) and he told me that he was getting the same problem under a
> normal perl, but when he recompiled his perl to use FreeBSD's malloc
> (rather than perl's own), the problem went away; he could restar
> >>Issueing an "apachectl restart" (or kill -HUP) make the apache parent
> >>process size grow !
> >This was a well-known issue with mod_perl 1.x built using DSO. I never
> >use graceful restart because of this. I thought 2.x got rid of this
> >issue though. You could try making a static build
Perrin Harkins wrote:
On Tue, 2006-01-03 at 16:46 +0100, Len Kranendonk wrote:
I found it !!!
Issueing an "apachectl restart" (or kill -HUP) make the apache parent
process size grow !
This was a well-known issue with mod_perl 1.x built using DSO. I never
use graceful restart because of this
On Tue, 2006-01-03 at 16:46 +0100, Len Kranendonk wrote:
> I found it !!!
>
> Issueing an "apachectl restart" (or kill -HUP) make the apache parent
> process size grow !
This was a well-known issue with mod_perl 1.x built using DSO. I never
use graceful restart because of this. I thought 2.x g
Len Kranendonk wrote:
Philip, as you're using FreeBSD too, could you confirm this ?
vegeta# apachectl start
vegeta# ps -aux | grep httpd | grep root
USERPID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 50770 7.5 2.7 16828 14180 ?? Ss 10:55AM 0:00.30 httpd
ve