Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Summary-Talk] file size limits
On 9/27/03 1:42 AM Cameron Knowlton (cameronk@igods.com) wrote: >Inside each 825mb file are 18 files, ranging in uncompressed size from >400-900mb. > >The total uncompressed size of those 18 files is about 9.6gb > >Warning: input file larger than 2 Gig, reading truncated at 2 Gig. >Read error on input! > >Now, which file that I've spoken about is larger than 2gb? How can I get >around this most easily? The total expanded size of the entire contents of a single .zip archive can not exceed 2 Gig. You really want to split the .zip archive up into it's component files, each of which can then be compressed separately if you want. This is tedious, but possible to do, after the fact, much easier to do if you don't combine multiple log files into a single .zip archive in the first place. If a single .zip archive contains logs from different machines in a server cluster, it is especially important that you split them up before giving them to Summary. The visit tracking across different machines in a cluster feature will not work if the logs are contained in a single .zip archive file. Jason ----------------- Jason@Summary.Net ----------------- Dr. Seuss books . . . can be read and enjoyed on several levels. For example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed as a searing indictment of the narrow-minded binary counting system. -- Peter van der Linden, Expert C Programming, Deep C Secrets ------------- Go to <http://summary.net/list.html> to update subscription info.
|