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:12:58 UTC

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

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

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


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

commit f8812ae6599a269aa64310bdc1e6e41f93bbec47
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.