Bug 1071906 - [QE] (6.2.x) Intermittent OOM PermGen space running basic-integration-default-web.surefire EAP tests on OracleJDK 1.6 64bit
Summary: [QE] (6.2.x) Intermittent OOM PermGen space running basic-integration-default...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Testsuite
Version: 6.2.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR2
: EAP 6.2.3
Assignee: Pavel Jelinek
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On: 1032621
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-03 12:44 UTC by Pavel Jelinek
Modified: 2014-06-09 12:46 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1032621
Environment:
Last Closed: 2014-06-09 12:46:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pavel Jelinek 2014-03-03 12:44:01 UTC
+++ This bug was initially created as a clone of Bug #1032621 +++

Related issue https://bugzilla.redhat.com/show_bug.cgi?id=1026812 which particulary was fixed, but we are now still facing OOM on 64bit OracleJDK 1.6 in basic tests. 

See e.g.: 

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-AS-Testsuite/job/eap-60-as-testsuite-RHEL-matrix-OracleJDK6/jdk=java16_default,label_exp=RHEL5%26%26x86_64/116/consoleFull

https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/EAP6/view/EAP6-AS-Testsuite/job/eap-60-as-testsuite-RHEL-matrix-OracleJDK6/jdk=java16_default,label_exp=RHEL6%26%26x86_64/116/consoleFull

--- Additional comment from Pavel Jelinek on 2013-12-03 09:46:55 EST ---

Workaround is to increase default PermGen size for forked surefire JVM at least for basic tests. 
One of the easiest ways can be 
sed -i 's|<argLine>${jvm.args.ip.client} ${jvm.args.timeouts}</argLine>|<argLine>${jvm.args.ip.client} ${jvm.args.timeouts} -XX:MaxPermSize=128m</argLine>|' "${WORKSPACE}/jboss-eap-6.2-src/testsuite/integration/pom.xml"

--- Additional comment from Pavel Jelinek on 2014-01-20 05:00:13 EST ---

6.2.x PR: https://github.com/jbossas/jboss-eap/pull/838

Comment 1 Pavel Jelinek 2014-05-05 15:04:31 UTC
Verified for EAP 6.2.3.CP.CR2.

Comment 2 Scott Mumford 2014-05-23 05:22:21 UTC
Marking as not requiring release note as per Bug #1032621


Note You need to log in before you can comment on or make changes to this bug.