Skip to content

Commit

Permalink
add more mem for opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
mviitane committed Jan 21, 2025
1 parent 9f89cdc commit 3f470a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ services:
deploy:
resources:
limits:
memory: 1.08G
memory: 1.1G
restart: unless-stopped
environment:
- cluster.name=demo-cluster
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ services:
deploy:
resources:
limits:
memory: 1.08G
memory: 1.1G
restart: unless-stopped
environment:
- cluster.name=demo-cluster
Expand Down

0 comments on commit 3f470a4

Please sign in to comment.