Skip to content

Commit bc5ce72

Browse files
committed
solr8 wip try removing jvm heap args
1 parent faddf43 commit bc5ce72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/templates/docker-compose.test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ services:
2323
- solr-precreate
2424
- dcv
2525
- /opt/solr/conf
26-
- "-Xms256m"
27-
- "-Xmx512m"
2826
healthcheck:
2927
# this is a backend test so port will always be 8983 - NOT the forwarded port
3028
test: ["CMD-SHELL", "curl -sf http://solr:8983/solr/dcv/admin/ping?wt=json | grep -io \"OK\" || exit 1"]

0 commit comments

Comments
 (0)