Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 68403 invoked from network); 17 Aug 2005 17:11:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2005 17:11:24 -0000 Received: (qmail 35279 invoked by uid 500); 17 Aug 2005 17:11:22 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 35251 invoked by uid 500); 17 Aug 2005 17:11:22 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 35238 invoked by uid 99); 17 Aug 2005 17:11:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2005 10:11:22 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.86.89.69] (HELO smtpauth09.mail.atl.earthlink.net) (209.86.89.69) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2005 10:11:41 -0700 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=IyxV/XKsZdpr1ljCnRCUVeIEpro/eI+rB+ORbb5JpgfRYf9zu5tjZrf7mGXk7f7C; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=[9.27.152.148]) by smtpauth09.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1E5RRf-0004UC-CQ for user@geronimo.apache.org; Wed, 17 Aug 2005 13:11:19 -0400 Message-ID: <43036FB3.2030704@earthlink.net> Date: Wed, 17 Aug 2005 13:11:15 -0400 From: Dave Colasurdo User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Geronimo disk footprint growth at startup References: <43034E69.4050705@earthlink.net> <7b3355cb050817082634afffa1@mail.gmail.com> In-Reply-To: <7b3355cb050817082634afffa1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 7fb197089e559ffc1aa676d7e74259b7b3291a7d08dfec790a535e026693c8a115a44540c1eb64eb350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Bruce.. A few followup questions.. Is there any bound on how large these files can grow or a way to configure a smaller value for the recovery log? Why does a simple server startup require 41M of recovery data? No user applications have been installed on this server yet. Just wondering if there is a way to limit the default disk footprint requirement for geronimo.. Bruce Snyder wrote: > On 8/17/05, Dave Colasurdo wrote: > > >>I've recently noticed that the geronimo disk footprint (on a Windows >>platform) seems to grow from 55M to 96M when the application server is >>started. It seems that the culprit is >>\geronimo\var\activemq\journal\log-00*.dat.. >> >>What exactly are these log files? Is there a simple way to disable this >>behavior? Should this be disabled by default in the Geronimo v1 >>distributions? > > > That's the journaling log file produced by the High-speed ObjectWeb > Logger (HOWL) (http://howl.objectweb.org/) that is used by the > Geronimo transaction manager. This log file facilitates transaction > recovery within the server in the event of a server crash and is often > known as a recovery log. As for disabling the use of this file, I > suppose that a property and a null journal class of some sort could be > implemented, but I wouldn't recommend this. > > Bruce