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

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


The following commit(s) were added to refs/heads/main by this push:
     new 31f968d  Corrected Helm description solrOptions.javaMemory (#442)
31f968d is described below

commit 31f968d5bcc4fd865f0de9aed1a87b2c0c235f0e
Author: Lars Gerber <[email protected]>
AuthorDate: Tue May 24 18:59:15 2022 +0200

    Corrected Helm description solrOptions.javaMemory (#442)
---
 helm/solr/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm/solr/README.md b/helm/solr/README.md
index 176d772..8cf4c5b 100644
--- a/helm/solr/README.md
+++ b/helm/solr/README.md
@@ -91,7 +91,7 @@ Descriptions on how to use these options can be found in the 
[SolrCloud document
 | busyBoxImage.tag | string | `"1.28.0-glibc"` | The tag/version of BusyBox to 
run |
 | busyBoxImage.pullPolicy | string |  | PullPolicy for the BusyBox image, 
defaults to the empty Pod behavior |
 | busyBoxImage.imagePullSecret | string |  | PullSecret for the BusyBox image |
-| solrOptions.javaMemory | string | `"-Xms1g -Xmx2g"` | PullSecret for the 
BusyBox image |
+| solrOptions.javaMemory | string | `"-Xms1g -Xmx2g"` | Java memory parameters 
|
 | solrOptions.javaOpts | string | `""` | Additional java arguments to pass via 
the command line |
 | solrOptions.logLevel | string | `"INFO"` | Log level to run Solr under |
 | solrOptions.gcTune | string | `""` | GC Tuning parameters for Solr |

Reply via email to