Skip to content

Commit 2022313

Browse files
authored
Updating the memory available to Opensearch.
This won't start if it has 800M. Setting this to 1000M.
1 parent 0a84166 commit 2022313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ services:
861861
deploy:
862862
resources:
863863
limits:
864-
memory: 800M
864+
memory: 1000M
865865
restart: unless-stopped
866866
environment:
867867
- cluster.name=demo-cluster

0 commit comments

Comments
 (0)