On Mon, Jul 11, 2011 at 3:12 AM, Neil Tingley <neilt...@gmail.com> wrote:
> Is there anything that anyone can think of I can
> do to figure out where the memory is going?
https://wiki.jenkins-ci.org/display/JENKINS/I'm+getting+OutOfMemoryError
-Jesse
--
There are 10 types of people in this world, those
that can read binary and those that can not.
Old verion of the subversion plugin?
/James
any change to see the heap dump? If not, it would be interesting to take a
look on gc roots of java.lang.StackTraceElement (i.e. which objects keep the
references to StackTraceElement objects)
BTW: could be that the leak is related to this commit
https://github.com/jenkinsci/remoting/commit/055bb4d644e775d4293439d203aacd40840142bc
-------- Original-Nachricht --------
> Datum: Wed, 20 Jul 2011 03:58:41 -0700 (PDT)
> Von: Neil Tingley <neilt...@gmail.com>
> An: jenkins...@googlegroups.com
> Betreff: Re: jenkins running out of memory - heapspace - I have a memory leak ...
Have you already opened a JIRA issue for this?BTW: could be that the leak is related to this commit
https://github.com/jenkinsci/remoting/commit/055bb4d644e775d4293439d203aacd40840142bc
Couple of questions for everyone jumping on this thread -
1 - How are you running jenkins? Via a tomcat (or some other type
server) or standalone?
2 - What's the load on the server like?
We're running 1.418, had some similar issues to prior versions but can
confirm we had the same memory consumption issues in 1.417.
if you can provide a heap dump, it would be nice and could make it more easy
to track (I haven't seen any link to any heap dump so far, just info that heap
is occupied by StackTraceElement which are refereed from ExportTable, which is
valueable information, but having whole heap dump would be better:-)

[1] https://issues.jenkins-ci.org/browse/JENKINS-10424
See Kohsuke's commnet under the JIRA:
"Currently the fix is targeted in 1.424."
not sure why it disappears, but in jenkins rc branch it still depends on
remoting 2.2 where it was fixed, so IMHO should be fixed in upcomming release
On Tue, Aug 2, 2011 at 9:02 AM, Maven User <maven....@gmail.com> wrote:
> Sorry - I seem unable to make a release note in jira that contains
> just the changes for 1.424.
Peek at the changelog:
https://github.com/jenkinsci/jenkins/blob/master/changelog.html#L77
or
$ git clone git://github.com/jenkinsci/jenkins.git
$ cd jenkins
$ git log jenkins-1.423..jenkins-1.424