[ https://issues.apache.org/jira/browse/WW-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13149712#comment-13149712
]
Lukasz Lenart edited comment on WW-3702 at 11/14/11 4:13 PM:
-------------------------------------------------------------
I added a flag to disable internal cache in CDI plugin, by default it's disabled now. It can
be enabled again by specifying flag
struts.cdi.useInternalCache = true
Could you check with both settings ?
was (Author: lukaszlenart):
I added a flag to disable internal cache in CDI plugin, be default now it's disable now.
It can enabled again by specifying flag
struts.cdi.useInternalCache = true
Could you check with both settings ?
> struts2-cdi-plugin - memory never garbage colleted
> --------------------------------------------------
>
> Key: WW-3702
> URL: https://issues.apache.org/jira/browse/WW-3702
> Project: Struts 2
> Issue Type: Bug
> Components: Other
> Affects Versions: 2.2.1, 2.2.1.1, 2.2.3, 2.2.3.1
> Environment: It happens regardless on Linux and Windows OS
> Proble encountered on both Glassfish 3.0.1 and Glassfish 3.1.1
> The JDK used is jdk1.6.0_24
> Reporter: Marco Malavolta
> Attachments: struts2-cdi-example.7z
>
>
> Every action execution that contains injected classes consume a small amout of memory
that after a while is stored in old-gen. This memory is never released after garbage collection.
> After a few days / week, depending on usage, my applications based on struts2 + struts2-cdi-plugin
are no more responsive.
> This forces me to restart the web server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|