[ https://issues.apache.org/jira/browse/ARTEMIS-4809?focusedWorklogId=923046&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-923046 ]
ASF GitHub Bot logged work on ARTEMIS-4809: ------------------------------------------- Author: ASF GitHub Bot Created on: 11/Jun/24 22:54 Start Date: 11/Jun/24 22:54 Worklog Time Spent: 10m Work Description: joshb1050 commented on PR #4966: URL: https://github.com/apache/activemq-artemis/pull/4966#issuecomment-2161730473 @jbertram thank you—it's strange since I did run `mvn checkstyle:check` and `mvn -Pdev install` and both passed with the checkstyle error. It's also unclear given that `check` passed for 2 of the 3 failures. I have corrected the latest one that I see on CI though. Issue Time Tracking ------------------- Worklog Id: (was: 923046) Time Spent: 1h 50m (was: 1h 40m) > Make intermediateMessageReferences initial capacity configurable > ---------------------------------------------------------------- > > Key: ARTEMIS-4809 > URL: https://issues.apache.org/jira/browse/ARTEMIS-4809 > Project: ActiveMQ Artemis > Issue Type: New Feature > Components: Broker > Reporter: Josh Byster > Priority: Minor > Time Spent: 1h 50m > Remaining Estimate: 0h > > In some setups, there could be a few hundred thousand queues that are created > due to many consumers that are connecting. However, most of these are empty > and stay empty for the entire day since there aren't necessarily messages to > be sent. > The 8K {{intermediateMessageReferences}} instantiates an 64KB buffer > ({{Object[]}}). This means we have large allocation and live heap that > ultimately remains empty for almost the entire day. > It would be quite nice if we could configure this initial size. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org For additional commands, e-mail: issues-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact