[
https://issues.apache.org/jira/browse/AMQ-5965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christopher L. Shannon resolved AMQ-5965.
-----------------------------------------
Resolution: Fixed
A limit can now be specified using a percentage.
{code:xml}
<systemUsage>
<systemUsage>
<storeUsage>
<!-- Use up to 50% of the partition size -->
<storeUsage percentLimit="50" />
</storeUsage>
<tempUsage>
<!-- Use up to 10% of the partition size -->
<tempUsage percentLimit="10" />
</tempUsage>
</systemUsage>
</systemUsage>
{code}
> Add an option to specify disk based limits by percentage instead of absolute
> size
> ---------------------------------------------------------------------------------
>
> Key: AMQ-5965
> URL: https://issues.apache.org/jira/browse/AMQ-5965
> Project: ActiveMQ
> Issue Type: Sub-task
> Reporter: Christopher L. Shannon
> Assignee: Christopher L. Shannon
> Fix For: 5.13.0
>
>
> It would be useful if there was an option to specify a percentage of the
> partition size to use for the persistent store instead of an absolute size.
> I run brokers in several different environments so being able to specify the
> broker to use up to "80%" of the partition size for the message store would
> be convenient since the disk size usually varies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)