> > Hello, > > I have a Dual PIII/866MHz Fedora Core 1 box with 1x9GB and > 1x18GB SCSI disks > for squid and 2.5GB memory. > > Only 50% of the disks is being used for the spool (formatted > in ReiserFS > 3.6). The other 50% of the disks is formatted in Ext3 (for performance > testing), but not mounted at the moment. > > I've downloaded the sources for SQUID2.5.STABLE5 and compiled > them with > gcc-3.3.2-6 and glibc-2.3.2-101.4 and the following configure options: > > --prefix=/opt/squid-2.5.STABLE5 --enable-linux-netfilter > --enable-async-io=24 > --enable-dlmalloc --enable-underscores > '--enable-removal-policies=lru heap' > > CFLAGS was "-O6 -s -DNUMTHREADS=24" at compile time. > > > >...
Any reasons for '--enable-dlmalloc' ? Suggesting to leave that away. Some for '-O6' in CFLAGS. Afterwards check whether your problem persists. M.
