On 9/13/03 4:48 PM Jeff Breidenbach ([EMAIL PROTECTED]) wrote: >Even if I set all the LOWMEM commands >to their maximum value (3), memory usage still scales linearly with >logfile size. That's definitely the bottleneck for me and probably any >other high traffic user - I can only analyze about 20 million hits >before I get close to consuming my entire memory (1 GB).
That is unusual. Memory usage should grow *much* more slowly than that. You must have some field with unique values for every request, or if not every request then for most of the requests. If you figure out which field has the unique values in it you can either turn off tracking of that field or use alises to remove the portion of the value that is unique for each request. That should get your memory usage back under control. Jason ----------------- [EMAIL PROTECTED] ----------------- 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 +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
