Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Besides dynamically shrinking the maximum disk space used based on available space (both periodically and on start up), we could also add the option increase the disk space usage back to the percentage limit set if space frees up in the future.
For now, this is only really doable with the percentage based case as described in AMQ-5965 unless some rework was done to the limit configuration. This is because currently the disk check resets the limit to a lower value if it's too high so we don't track the original value anymore to regrow too. However, for the percentage base the original limit percent size will still be known so this is possible.