You can do following which are in order of increasing level of efforts required:
Short term: Disable findbugs from Pig's build. Medium term: Raise requests on Apache infra to up the RAM on Jenkins Long Term: Dive into findbugs code to see why it requires so much memory. I have a hunch that there is a bug in findbugs itself which makes it memory hungry. Ashutosh On Fri, Mar 4, 2011 at 08:44, Dmitriy Ryaboy <[email protected]> wrote: > Anything i can do about the oom? > > -----Original Message----- > From: "Apache Hudson Server" <[email protected]> > To: [email protected] > Sent: 3/4/2011 2:12 AM > Subject: Build failed in Jenkins: Pig-trunk #938 > > See <https://hudson.apache.org/hudson/job/Pig-trunk/938/changes> > > Changes: > > [dvryaboy] PIG-1680: HBaseStorage should work with HBase 0.90 (gstathis, > billgraham, dvryaboy, tlipcon via dvryaboy) > > ------------------------------------------ > [...truncated 5379 lines...] > [findbugs] Out of memory > [findbugs] Total memory: 477M > [findbugs] free memory: 61M > [findbugs] Analyzed: > <https://hudson.apache.org/hudson/job/Pig-trunk/ws/trunk/build/pig-2011-03-04_10-06-38-core.jar> > [findbugs] Aux: > <https://hudson.apache.org/hudson/job/Pig-trunk/ws/trunk/lib/automaton.jar> > [findbugs] Aux: > <https://hudson.apache.org/hudson/job/Pig-trunk/ws/trunk/lib/hbase-0.20.6-test.jar> > [findbugs] Aux: > <https://hudson.apache.org/hudson/job/Pig-trunk/ws/trunk/lib/hbase-0.20.6.jar> > [findbugs] Aux: > <https://hudson.apache.org/hudson/job/Pig-trunk/ws/trunk/lib/zookeeper-hbase-1329.jar> > [findbugs] Exception in thread "main" java.lang.OutOfMemoryError: GC > overhead limit exceeded > [f > [truncated by sender] >
