Skip to content

Commit e257b75

Browse files
committed
fix(elasticsearch): set memory
1 parent af0dcf1 commit e257b75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/development/stack.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,9 @@ services:
197197
# You cannot access the search engine via a web interface.
198198
environment:
199199
discovery.type: single-node
200-
network.publish_host: elasticsearch
201200
ELASTIC_PASSWORD_FILE: /run/secrets/elasticsearch_password
201+
ES_JAVA_OPTS: -Xms1g -Xmx1g
202+
network.publish_host: elasticsearch
202203
image: elasticsearch:8.19.11
203204
secrets:
204205
- source: elasticsearch_password

0 commit comments

Comments
 (0)