Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 504b857

Browse files
committed
Increase solr heap from 8g to 12g
1 parent 76c4f7d commit 504b857

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swarm-solr-cloud.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ services:
6666
image: bioatlas/ala-solrcloud:v0.1
6767
restart: always
6868
environment:
69-
SOLR_HEAP: 8g
69+
SOLR_HEAP: 12g
7070
ZK_HOST: zookeeper1:2181
7171
SOLR_HOST: solr1
7272
SOLR_OPTS: -Dlog4j2.formatMsgNoLookups=true
@@ -84,7 +84,7 @@ services:
8484
image: bioatlas/ala-solrcloud:v0.1
8585
restart: always
8686
environment:
87-
SOLR_HEAP: 8g
87+
SOLR_HEAP: 12g
8888
ZK_HOST: zookeeper2:2181
8989
SOLR_HOST: solr2
9090
SOLR_OPTS: -Dlog4j2.formatMsgNoLookups=true
@@ -102,7 +102,7 @@ services:
102102
image: bioatlas/ala-solrcloud:v0.1
103103
restart: always
104104
environment:
105-
SOLR_HEAP: 8g
105+
SOLR_HEAP: 12g
106106
ZK_HOST: zookeeper1:2181
107107
SOLR_HOST: solr3
108108
SOLR_OPTS: -Dlog4j2.formatMsgNoLookups=true
@@ -120,7 +120,7 @@ services:
120120
image: bioatlas/ala-solrcloud:v0.1
121121
restart: always
122122
environment:
123-
SOLR_HEAP: 8g
123+
SOLR_HEAP: 12g
124124
ZK_HOST: zookeeper2:2181
125125
SOLR_HOST: solr4
126126
SOLR_OPTS: -Dlog4j2.formatMsgNoLookups=true

0 commit comments

Comments
 (0)