Message from discussion
Increased memory usage (leaking?) with each hotdeploy
Received: by 10.220.117.148 with SMTP id r20mr1261512vcq.26.1303148626487;
Mon, 18 Apr 2011 10:43:46 -0700 (PDT)
X-BeenThere: rails-trinidad@googlegroups.com
Received: by 10.220.124.37 with SMTP id s37ls897155vcr.1.gmail; Mon, 18 Apr
2011 10:43:45 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.190.197 with SMTP id dj5mr463210vcb.12.1303148625432; Mon,
18 Apr 2011 10:43:45 -0700 (PDT)
Received: by e26g2000vbz.googlegroups.com with HTTP; Mon, 18 Apr 2011 10:43:45
-0700 (PDT)
Date: Mon, 18 Apr 2011 10:43:45 -0700 (PDT)
In-Reply-To: <5B5492B46ADA418BBA01851E359C6A23@gmail.com>
X-IP: 92.74.58.242
References: <12595282.1188.1303144506353.JavaMail.geo-discussion-forums@vbit26>
<5B5492B46ADA418BBA01851E359C6A23@gmail.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; de-de)
AppleWebKit/533.21.1 (KHTML, like Gecko) Version/5.0.5 Safari/533.21.1,gzip(gfe)
Message-ID: <15804743-db5c-4dc5-a5dd-d05a575efe49@e26g2000vbz.googlegroups.com>
Subject: Re: Increased memory usage (leaking?) with each hotdeploy
From: Chack <ch...@clan-fwd.com>
To: Rails Trinidad <rails-trinidad@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
I also found this quote in another mailing list:
---
This is a know issue with Tomcat (and most other Java App Servers)
that they don't correctly clear the permanent generation after
undeploy. The only solutions are to increase the permgen settings or
to restart the app server every few deploys. It's not an issue with
your app or warbler.
---
I guess its save to assume that you are supposed to restart tomcat