hello,
> the squid process), squid dies and restarts. The only error I get is in the
> squid.out file and it reads
>
> xcalloc: Cannot allocate memory
> Startup: Thu Sep 4 10:27:53 SAST 2003
>
> This is on freebsd 4.8. Can anyone tell me how to fix this problem ??
first, check this:
http://www.squid-cache.org/Doc/FAQ/FAQ-8.html#ss8.7
in FreeBSD entry.
BTW: the final solution will:
edit your kernel-config:
vi /usr/src/sys/i386/conf/YOUR_KERNCONF
by depend on your memory size, set up these parameters:
options MAXDSIZ="(1228*1024*1024)"
options MAXSSIZ="(1228*1024*1024)"
options DFLDSIZ="(1024*1024*1024)"
i have 1.5 GB RAM - i sets up these values.
then recompile the kernel, and restart your system.
bye:
airween
Received on Fri Sep 05 2003 - 01:56:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:33 MST