This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new c9f065c77e NO-JIRA fix journal-data-sync typo in docs
     new 739ed9658d This closes #6456
c9f065c77e is described below

commit c9f065c77edd265a014516233561d656bc46d74e
Author: Tristan Stenner <[email protected]>
AuthorDate: Tue May 19 11:09:31 2026 +0200

    NO-JIRA fix journal-data-sync typo in docs
---
 docs/user-manual/perf-tuning.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/perf-tuning.adoc 
b/docs/user-manual/perf-tuning.adoc
index da700cf744..5db980f140 100644
--- a/docs/user-manual/perf-tuning.adoc
+++ b/docs/user-manual/perf-tuning.adoc
@@ -32,7 +32,7 @@ If using Linux, try to keep your journal type as `ASYNCIO`.
 The timeout can be increased to increase throughput at the expense of latency.
 * If you're running `ASYNCIO` you might be able to get some better performance 
by increasing `journal-max-io`.
 DO NOT change this parameter if you are running NIO.
-* If you are 100% sure you don't need power failure durability guarantees, 
disable `journal-data-sync` and use `NIO` or `MAPPED` journal: you'll benefit a 
huge performance boost on writes with process failure durability guarantees.
+* If you are 100% sure you don't need power failure durability guarantees, 
disable `journal-datasync` and use `NIO` or `MAPPED` journal: you'll benefit a 
huge performance boost on writes with process failure durability guarantees.
 
 == Tuning JMS
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to