Skip to content

Commit

Permalink
solr8 wip try removing jvm heap args
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Dec 12, 2023
1 parent faddf43 commit bc5ce72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/templates/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ services:
- solr-precreate
- dcv
- /opt/solr/conf
- "-Xms256m"
- "-Xmx512m"
healthcheck:
# this is a backend test so port will always be 8983 - NOT the forwarded port
test: ["CMD-SHELL", "curl -sf http://solr:8983/solr/dcv/admin/ping?wt=json | grep -io \"OK\" || exit 1"]
Expand Down

0 comments on commit bc5ce72

Please sign in to comment.