Skip to content

Commit 71ddf91

Browse files
committed
Increaed the default memory limits to 256MB on version 3.2.
Signed-off-by: Hermann Mayer <[email protected]>
1 parent 9c13ca8 commit 71ddf91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.authors="[email protected]"
66
ENV MDNS_HOSTNAME=opensearch.local
77

88
# Keep the settings low for default
9-
ENV OPENSEARCH_JAVA_OPTS='-Xms128m -Xmx128m'
9+
ENV OPENSEARCH_JAVA_OPTS='-Xms256m -Xmx256m'
1010
ENV discovery.type='single-node'
1111
ENV DISABLE_INSTALL_DEMO_CONFIG='true'
1212
ENV DISABLE_SECURITY_PLUGIN='true'

0 commit comments

Comments
 (0)