We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe87a75 commit 03d93e7Copy full SHA for 03d93e7
compose.production.yaml
@@ -22,7 +22,8 @@ services:
22
- ../olsystem/etc/ia.ini:/home/openlibrary/.config/ia.ini
23
24
solr:
25
- profiles: ["ol-solr0"]
+ # Disabled while we're updating our version of solr, otherwise it'll pull down the new image!
26
+ profiles: ["ol-never"]
27
environment:
28
# More memory for production
29
- SOLR_JAVA_MEM=-Xms10g -Xmx10g
0 commit comments