Skip to content

Commit cbd3139

Browse files
committed
added memory heap comment
1 parent e3d4b66 commit cbd3139

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ services:
130130
# http.publish_port=${ELASTICSEARCH_EXPOSED_PORT:-9200}
131131
- xpack.security.enabled=false # no auth
132132
- discovery.type=single-node # single node cluster
133-
- ES_JAVA_OPTS=-Xms512m -Xmx512m
133+
- ES_JAVA_OPTS=-Xms512m -Xmx512m # heap size, can be changed to -Xms2g
134134
ulimits:
135135
memlock:
136136
soft: -1

0 commit comments

Comments
 (0)