Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 65700 invoked from network); 4 Jul 2008 13:35:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2008 13:35:22 -0000 Received: (qmail 16158 invoked by uid 500); 4 Jul 2008 13:35:23 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 16144 invoked by uid 500); 4 Jul 2008 13:35:23 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 16133 invoked by uid 99); 4 Jul 2008 13:35:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 06:35:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wjfang@gmail.com designates 209.85.198.241 as permitted sender) Received: from [209.85.198.241] (HELO rv-out-0708.google.com) (209.85.198.241) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jul 2008 13:34:32 +0000 Received: by rv-out-0708.google.com with SMTP id k29so1371025rvb.0 for ; Fri, 04 Jul 2008 06:34:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=MhwVXvabRRCVt8LmPAp9/nWVBX5Xe/lNrvkFOBb7EwA=; b=kHe3pLYQaua+B3bGODOxSkSsRhHBNgmg1wvDm8A0xQF7EOAf8x45MIc5Ff2E/Ne1YS 3KRjnGdaZS4K6R9+I8H+2ld6t8xfZq29MFmM5l4i0kNizw/kYoE0MqsNw4K52BHuMrd4 fEaNmJF+Rh6q75+24/y0vJVMYzdaaCYxVXmbo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=sElel/hiYCtaH9vBG/iyT+Lk/Dp5poCgk7kmjf4s39vswHhEPmXK18JUjt/Fv35i9u UHCor/oSvfWvkqo4cFEaiTznzku+mYQHufLYDF2gndsDYNzTl2/fMYWw/fJlWdcxoGnd yBnHSnI1KD92gIIOVaqfwiXCehkvLOVrK3J8E= Received: by 10.115.111.1 with SMTP id o1mr3358113wam.100.1215178493097; Fri, 04 Jul 2008 06:34:53 -0700 (PDT) Received: by 10.114.198.19 with HTTP; Fri, 4 Jul 2008 06:34:53 -0700 (PDT) Message-ID: <5d3b96380807040634s7e403c99s7d51a29d2786423e@mail.gmail.com> Date: Fri, 4 Jul 2008 14:34:53 +0100 From: "Weijian Fang" Sender: wjfang@gmail.com To: jspwiki-user@incubator.apache.org Subject: 2.4.69 memory leak? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1725625962a771ac X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am running an old jspwiki 2.4.69 as part of my web application. It is suspected there is some memory leak, about 3KB per request. I am still diagnosing whether the memory leak happens in the jspwiki part or the non-jspwiki part. By the way, are you aware of any memory leak in 2.4.69? Many thanks. Cheers, Weijian