Well I have always used aufs myself, and I havent had any issues. On Thu, 21 Mar 2013 03:18:42 -0700 (PDT) John Joseph <jjk_saji@xxxxxxxxx> wrote: > Thanks Nichols > It worked , I stoped the service and then did > > squid -z > > now in my squid.conf I have > > " cache_dir aufs /opt/var/spool/squid 570000 32 256" > > I have one doubt, The file type you have advices is 'aufs' while in > the sample configuration it is given 'ufs' , should I keeot > > 'aufs' or 'ufs' > Your advice and email is much appreciated > > Thanks > > Joseph John > > > > ----- Original Message ----- > From: Squidblacklist <webmaster@xxxxxxxxxxxxxxxxxx> > To: squid-users@xxxxxxxxxxxxxxx > Cc: John Joseph <jjk_saji@xxxxxxxxx> > Sent: Thursday, 21 March 2013 10:11 AM > Subject: Re: cache_dir sapce has 600GB free space then > also I get message "WARNING cache_mem is larger than total disk cache > space!" > > Try this instead > > cache_dir aufs /opt/var/spool/squid 570000 32 256 > > then do squid3 -z rebuild the cache, reload squid. > > > Signed, > > Fix Nichols > > http://squidblacklist.org > > > > > On Wed, 20 Mar 2013 23:07:13 -0700 (PDT) > John Joseph <jjk_saji@xxxxxxxxx> wrote: > > > Hi All > > > > I am using squid 3.1.10 on CentOS 6.4 64 bit OS. > > I have configered squid.conf for "cache_dir" to cache_dir > > "/opt/var/spool/squid " . > > > > by giving > > > > "cache_dir ufs /opt/var/spool/squid 100 16 256" > > > > As per the documentantion it means I am allowcating 100 MB of cache > > space. And I have /opt/ partiion free size of 600 GB But when I > > restart the service I get warining message > > > > WARNING cache_mem is larger than total disk cache space! > > > > > > I should not be getting this message, because my cache space > > (ie /opt/var/spool/squid) has about 600 GB of free space. > > > > I have searched the archive and did a google search, all most all > > the resource say I need to increas the cache space. Here I have 600 > > GB free space I need guidance on why such message is coming when I > > restart the service > > > > > > thanks > > > > Joseph John > > > > >