Skip to content

Commit

Permalink
Increase Artemis' max disk usage limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Oct 12, 2023
1 parent 326a86e commit 2592cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/test/resources/artemis/broker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

<!-- once the disk hits this limit the system will block, or close the connection in certain protocols
that won't support flow control. -->
<max-disk-usage>90</max-disk-usage>
<max-disk-usage>95</max-disk-usage>

<!-- should the broker detect dead locks and other issues -->
<critical-analyzer>true</critical-analyzer>
Expand Down

0 comments on commit 2592cd1

Please sign in to comment.