Henrik Nordstrom wrote:
tor 2006-12-21 klockan 23:02 -0800 skrev zulkarnain:
I would like to know the maximum size of access.log?
Depends on OS, configure options and available diskspace.
I
get 750MB/week and would like to keep it for monthly
rotating. Do I need to configure squid with options
--enable-large-cache-files for this purpose?
If you run Squid on a 32-bit OS then most likely yes. On 32-bit OS:es
there is usually a 2GB filesize limitation without this option.
Regards
Henrik
Just a point of reference: you might want to compile using
"--with-large-files" and not necessarily "--enable-large-cache-files".
The first supports large log files, the second supports caching of large
objects.
Chris