Bug 1032621 - Intermittent OOM PermGen space running basic-integration-default-web.surefire EAP tests on OracleJDK 1.6 64bit
Summary: Intermittent OOM PermGen space running basic-integration-default-web.surefire...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Testsuite
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: DR2
: EAP 6.3.0
Assignee: Pavel Jelinek
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On:
Blocks: 1071906
TreeView+ depends on / blocked
 
Reported: 2013-11-20 13:46 UTC by Pavel Jelinek
Modified: 2014-06-28 15:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1071906 (view as bug list)
Environment:
Last Closed: 2014-06-28 15:28:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1026812 0 unspecified CLOSED Intermittent OOM PermGen space in org.jboss.as.core.model.test.deploymentoverlay.DomainDeploymentOverlayTransformersTest... 2021-02-22 00:41:40 UTC

Internal Links: 1026812

Comment 1 Pavel Jelinek 2013-12-03 14:46:55 UTC
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"

Comment 3 Pavel Jelinek 2014-03-07 13:45:28 UTC
Verified for EAP 6.3.0.DR2. Fix is in source zip and there is no more such OOM issue.


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