This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit a795e250beeb26dd6d25410ecb1c345e4d17b01e Author: JiriOndrusek <ondrusek.j...@gmail.com> AuthorDate: Tue Nov 26 09:28:11 2024 +0100 Message-brodge: removed restriction to have at least 10% free disk space --- message-bridge/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/message-bridge/src/main/resources/application.properties b/message-bridge/src/main/resources/application.properties index f2d6429..b73d445 100644 --- a/message-bridge/src/main/resources/application.properties +++ b/message-bridge/src/main/resources/application.properties @@ -45,3 +45,6 @@ dummy.resource.directory=target/DummyXAResource %openshift.dummy.resource.directory=/storage/DummyXAResource %kubernetes.dummy.resource.directory=/storage/DummyXAResource quarkus.transaction-manager.enable-recovery=true + +# do not block artemis if there is less than 10% of free disk space +quarkus.artemis.devservices.extra-args=--no-autotune --mapped --no-fsync --java-options=-Dbrokerconfig.maxDiskUsage=-1 \ No newline at end of file