[ https://issues.apache.org/jira/browse/AMQ-7135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16754397#comment-16754397 ]
ASF subversion and git services commented on AMQ-7135: ------------------------------------------------------ Commit fcfb059c878f86c0f00686cd768f0ff3e6454ece in activemq's branch refs/heads/activemq-5.15.x from Jamie Mark Goodyear [ https://gitbox.apache.org/repos/asf?p=activemq.git;h=fcfb059 ] [AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix > Deleting a destination with a large number of page files cause OOM. > -------------------------------------------------------------------- > > Key: AMQ-7135 > URL: https://issues.apache.org/jira/browse/AMQ-7135 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.15.8 > Reporter: Heath Kesler > Assignee: Jamie goodyear > Priority: Major > Fix For: 5.16.0, 5.15.9 > > > When removing (delete) a destination using the console an error is reported. > It appears all the page files are batched into memory. If you have a large > set of page files and a relatively small heap, this will cause the system to > run out of memory. > This can be reproduced by doing the following: > env: heap size: 384MB > 1. Create a “test” queue and send more than 2 millions of persistent messages > with size of 100KB to the “test”queue (this take some times). > 2. Delete “test” queue by clicking “delete” button on ActiveMQ Console. > 3. Wait and broker will die eventually. > 4. Broker won’t reboot successfully > The observed error below can be seen in the logs. > {{org.springframework.web.util.NestedServletException: Handler dispatch > failed; nested exception is java.lang.OutOfMemoryError: GC overhead limit > exceeded}} > {{ at > org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:982)[spring-webmvc-4.3.18.RELEASE.jar:4.3.18.RELEASE]}} -- This message was sent by Atlassian JIRA (v7.6.3#76005)