Re: [SQU] Maintenance

From: squid visolve <squid_visolve@dont-contact.us>
Date: Sun, 18 Feb 2001 19:58:07 -0800 (PST)

--- "Dr. Edgar Alwers" <edgaralwers@t-online.de>
wrote:
> I am working with Squid in a small intranet and
> everything is working smootly.
> My only question now is: do I have to do any kind of
> maintenance ? I mean, I am
> working with a small PC as server, some 8 MB of RAM,
> a small hard disk. Do I
> need to do something to avoid the cache or the log
> files growing continuesly
> and blowing up the system ?
>
> Thanks for advice
> Edgar
>
>
> --
> ---------------------
> Dr.-Ing. Edgar Alwers
> Weinheim/Germany
> Mailto: edgaralwers@t-online.de
>
> --
> To unsubscribe, see
> http://www.squid-cache.org/mailing-lists.html
>

Hi,

You can have your own shell scripts for rotating log
files or you can use
#/usr/local/squid/bin/squid -k rotate in crond.

This will stop growing the log files.

You need not worry about cache grow. You can tune this
settings in squid.conf

See the directives

        #cache_swap_low 90

        #cache_swap_high 95

Note:
        Let cache size is 1000 MB.
        cache_swap_low refers that when cache size reaches
900 MB, cache object replacement begins.
        Cache_swap_high refers that when cache size reaches
950 MB, cache object replacement reaches aggressive
phase.
        This is to make sure always cache size 50 MB is free.

Hope this helps.

=====
 
Regards,
www.visolve.com
Your Testing and Support Partner.

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Sun Feb 18 2001 - 21:01:16 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:58:03 MST