GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/749
ARTEMIS-581 Implement max disk usage, and global-max-size
max-disk-usage = how much of a disk we can use before the system blocks
global-max-size = how much bytes we can take from memory for messages
before we start enter into the configured page mode
This will also change the default created configuration into page-mode as
that's more reliable for systems.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis paging
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/749.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #749
----
commit f84d9d105901253d079ec8dd42b888f15f356354
Author: Clebert Suconic <[email protected]>
Date: 2016-09-02T20:30:44Z
ARTEMIS-581 Implement max disk usage, and global-max-size
max-disk-usage = how much of a disk we can use before the system blocks
global-max-size = how much bytes we can take from memory for messages
before we start enter into the configured page mode
This will also change the default created configuration into page-mode as
that's more reliable for systems.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---