Skip to content

Commit

Permalink
Merge pull request #388 from MaRDI4NFDI/elasticsearch_heap_size
Browse files Browse the repository at this point in the history
increase elasticsearch heap size
  • Loading branch information
LizzAlice authored Aug 28, 2023
2 parents 2e1f77a + e919b3f commit 585878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ services:
- elasticsearch.svc
environment:
discovery.type: single-node
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
ES_JAVA_OPTS: "-Xms8g -Xmx8g"

formulasearch:
image: ghcr.io/mardi4nfdi/formulasearch:main
Expand Down

0 comments on commit 585878f

Please sign in to comment.