[
https://issues.apache.org/jira/browse/ARTEMIS-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903025#comment-15903025
]
Francesco Nigro commented on ARTEMIS-1025:
------------------------------------------
Is possible to reproduce it changing the number of producers of the test
JmsNettyNioStressTest#testStressSendNetty up to 100 and the number of messages
to 10000, while increasing the timeout:
{code}
mvn clean test -Dtest=JmsNettyNioStressTest#testStressSendNetty -Ptests
-DfailIfNoTests=false -Drat.ignoreErrors=true 2>&1 | tee log
{code}
> OutOfDirectMemoryError raised from Netty
> ----------------------------------------
>
> Key: ARTEMIS-1025
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1025
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
>
> If you send and receive a lot of messages in short time to Artemis via Netty
> connector, the OutOfDirectMemoryError exception is thrown from the client.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)