You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2023/01/19 14:13:27 UTC

[solr] branch branch_9x updated: Correcting default minimalFreeDiskGB (#1292)

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

krisden pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 7abbf650959 Correcting default minimalFreeDiskGB (#1292)
7abbf650959 is described below

commit 7abbf6509592801a72cebdd6cd455030e5dc79ec
Author: Radu Gheorghe <ra...@sematext.com>
AuthorDate: Thu Jan 19 16:12:51 2023 +0200

    Correcting default minimalFreeDiskGB (#1292)
---
 .../modules/configuration-guide/pages/replica-placement-plugins.adoc    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc b/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
index 82c5b7fd5de..e3769bc00b1 100644
--- a/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
+++ b/solr/solr-ref-guide/modules/configuration-guide/pages/replica-placement-plugins.adoc
@@ -146,7 +146,7 @@ This plugin supports the following configuration parameters:
 +
 [%autowidth,frame=none]
 |===
-|Optional |Default: `10` Gigabytes
+|Optional |Default: `20` Gigabytes
 |===
 +
 If a node has strictly less GB of free disk than this value, the node is excluded from assignment decisions.