Hi David, You have to set JVM in two places, one for system, one for the particular job you are running..check it out..I think 2GB memory is more than enough for one job..You can analze it through monitoring plugin..
Options are you can dump your heap memory to some location in your system and use some tools to anlayse those dumped memory to find any memory leakage..I think in eclipse one memory analyzer plugin is there. You can search some other better tools also.. Regards, varghese On Fri, Nov 9, 2012 at 2:59 AM, Qazwart <qazw...@gmail.com> wrote: > At first, I was getting Out of Heap errors and increased the server's > memory requirements to 1024m. > > Now I have a FATAL: GC overhead limit exceeded error. > > I'm running Jenkins 1.476 on a Redhat server running on Tomcat 7.0.27. > > I have the following options set: -Xmx1024m -Xx:PrintGCTimeStamp > -verbose:gc -XX:-UseGCOverhradLimit > > (The GC stuff I just added) > > I can see a full GC constantly being called every second. This happens > after the build is complete and after I am running the PMD plugin. > > Any advice? I've increased memory to 2Gb. This is the first time I used > Jenkins with Tomcat. I'm wondering if there's an issue with Tomcat. > > -- > David Weintraub > da...@weintraub.name