[arquillian-issues] [JBoss JIRA] (ARQ-1949) Memory leak in DeploymentContextImpl.stores

Falko Modler (JIRA) issues at jboss.org
Mon Jul 10 04:51:00 EDT 2017


     [ https://issues.jboss.org/browse/ARQ-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Falko Modler resolved ARQ-1949.
-------------------------------
    Resolution: Out of Date


Closing this as I cannot reproduce the leak anymore on 1.1.13.Final. Probably fixed in 1.1.10.Final via ARQ-1992.

> Memory leak in DeploymentContextImpl.stores
> -------------------------------------------
>
>                 Key: ARQ-1949
>                 URL: https://issues.jboss.org/browse/ARQ-1949
>             Project: Arquillian
>          Issue Type: Bug
>    Affects Versions: 1.1.3.Final, 1.1.7.Final
>         Environment: Java 1.7.0_80
> Maven 3.2.5
> Surefire-Plugin 2.18.1
> Windows7 x64 and CentOS 6.5
>            Reporter: Falko Modler
>
> The {{Deployment}} (which also holds the {{Archive}}) for each test class is added to {{DeploymentContextImpl.stores}}. A {{Deployment}} is deactivated properly but it is *not* getting removed until the {{Manager}} shuts down.
> This can easily blow the heap of the executing JVM in case you have *many* test classes and/or *large* archives to deploy.
> In our environment the JVM forked by maven surefire dies with an OOM after just ~20 test classes. Xmx is set to 512m.
> PS: Another user came across this problem too: https://developer.jboss.org/thread/250124



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the arquillian-issues mailing list