Disable solr if not enough memory

This commit is contained in:
Girish Ramakrishnan
2020-12-02 17:33:54 -08:00
parent 7269e2c64f
commit cf620ee355
3 changed files with 15 additions and 7 deletions

View File

@@ -520,7 +520,8 @@
"solrConfig": {
"title": "Full Text Search (Solr)",
"description": "Solr can be used to provide fast full-text search for emails. Solr is only run if the <a href=\"/#/services\" target=\"_blank\">mail service</a> has been allocated at least 3GB RAM.",
"enableSolrCheckbox": "Enable Full Text Search using Solr"
"enableSolrCheckbox": "Enable Full Text Search using Solr",
"notEnoughMemory": "Please allocate atleast 3GB to the mail service to enable solr."
}
},
"network": {