From 6b992efcbb3d9f9cb7daedbd03dffd284c8545f1 Mon Sep 17 00:00:00 2001 From: TimLFletcher Date: Wed, 9 Sep 2026 13:51:12 +0100 Subject: [PATCH] [DOC-14585][AI] Correct the Disk i/o optimized thread count Data Settings stated that Disk i/o optimized allocates threads equal to the number of CPU cores on the node. It allocates twice that number. Reported by Daniel Owen against the 7.6 page, which carries the same claim in different wording. See the PR for the other affected branches. Co-Authored-By: Claude Opus 5 --- modules/manage/pages/manage-settings/general-settings.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/manage/pages/manage-settings/general-settings.adoc b/modules/manage/pages/manage-settings/general-settings.adoc index cd5b2601f4..2dae274865 100644 --- a/modules/manage/pages/manage-settings/general-settings.adoc +++ b/modules/manage/pages/manage-settings/general-settings.adoc @@ -221,7 +221,7 @@ Default:: Couchbase Server sets the number of threads to a balanced value suitable for most workloads. Disk i/o optimized:: -Couchbase Server sets the number of threads equal to the number of CPU cores on the node. +Couchbase Server sets the number of threads to twice the number of CPU cores on the node. For buckets using the Magma storage engine, consider using this setting for the following conditions: + --