[
https://issues.apache.org/jira/browse/ARTEMIS-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Josh Byster updated ARTEMIS-4809:
---------------------------------
Description:
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 8KB {{intermediateMessageReferences}} instantiates an 8KB consumer buffer
and 8KB producer buffer. 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.
was:
In some setups, we have 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 8KB {{intermediateMessageReferences}} instantiates an 8KB consumer buffer
and 8KB producer buffer. 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.
> 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
>
> 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 8KB {{intermediateMessageReferences}} instantiates an 8KB consumer buffer
> and 8KB producer buffer. 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: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact