Skip to content

Commit

Permalink
Merge pull request #389 from MaRDI4NFDI/fix_heap_size_CI
Browse files Browse the repository at this point in the history
Fix heap size CI/dev
  • Loading branch information
eloiferrer authored Sep 4, 2023
2 parents 585878f + 3b8056a commit f5ef817
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ services:
<<: *wikibase_variables
volumes:
- ./mediawiki/LocalSettings.d:/var/www/html/LocalSettings.d:ro

elasticsearch:
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"

wdqs-frontend:
ports:
Expand Down
2 changes: 2 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ services:

elasticsearch:
restart: ${RESTART}
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"

wdqs:
restart: ${RESTART}
Expand Down

0 comments on commit f5ef817

Please sign in to comment.