File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ services:
8787 - ./runtime/db:/opt/moqui/runtime/db
8888 - ./runtime/opensearch:/opt/moqui/runtime/opensearch
8989 environment :
90- - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx1024m "
90+ - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx4096m "
9191 - instance_purpose=production
9292 - entity_ds_db_conf=postgres
9393 - entity_ds_host=moqui-database
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
5959 - ./runtime/db:/opt/moqui/runtime/db
6060 - ./runtime/opensearch:/opt/moqui/runtime/opensearch
6161 environment :
62- - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx1024m "
62+ - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx4096m "
6363 - instance_purpose=production
6464 - entity_ds_db_conf=mysql8
6565 - entity_ds_host=moqui-database
@@ -114,7 +114,7 @@ services:
114114 - ./runtime/sessions:/opt/moqui/runtime/sessions
115115 # this one isn't needed when not using H2/etc: - ./runtime/db:/opt/moqui/runtime/db
116116 environment :
117- - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx1024m "
117+ - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx4096m "
118118 - instance_purpose=production
119119 - entity_ds_db_conf=mysql8
120120 - entity_ds_host=moqui-database
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ services:
6262 - ./runtime/db:/opt/moqui/runtime/db
6363 - ./runtime/opensearch:/opt/moqui/runtime/opensearch
6464 environment :
65- - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx1024m "
65+ - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx4096m "
6666 - instance_purpose=production
6767 - entity_ds_db_conf=mysql8
6868 - entity_ds_host=moqui-database
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
5757 - ./runtime/db:/opt/moqui/runtime/db
5858 - ./runtime/opensearch:/opt/moqui/runtime/opensearch
5959 environment :
60- - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx1024m "
60+ - " JAVA_TOOL_OPTIONS=-Xms1024m -Xmx4096m "
6161 - instance_purpose=production
6262 - entity_ds_db_conf=postgres
6363 - entity_ds_host=moqui-database
You can’t perform that action at this time.
0 commit comments