This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new 58da074 Message-brodge: removed restriction to have at least 10% free
disk space
58da074 is described below
commit 58da074aa603f6000f7a972c780d44ccf83bdfe1
Author: JiriOndrusek <[email protected]>
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