Skip to content

Commit

Permalink
Increasing solr heap to 8g.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfinryanm committed Oct 24, 2024
1 parent 0d77ccc commit abed714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ services:
solr:
build: ./solr/
restart: always
environment:
SOLR_HEAP: 8g
ports:
- "8983-8992:8983"
volumes:
Expand Down

0 comments on commit abed714

Please sign in to comment.