Marlon Pabilona wrote:
>
> I guess we're out of inodes. Currently, we have 2 cache directory and
> each consists of 9 Gig disk space. Is there any way to conserve our
> server inode based on our high squid proxy server requests ?
If you are using Squid 2.2 then recompile it to use unlink rather than
truncate (see src/defines.h), then run
find /your/cache/dir -size 0 -print | xargs rm
and restart Squid.
(the find statement can be run at any time, even if you do not rebuild
Squid).
-- Henrik Nordstrom Squid hackerReceived on Thu Dec 16 1999 - 14:42:25 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:49:55 MST