Commit 0c6a1b9
Make Solr heap tunable via SOLR_HEAP (default 4g, no behavior change) (#1332)
Backport of #1309 to customer/vsb-tuo.
Translate (not cherry-pick) the single Solr heap line against this
branch's actual compose file: it launches Solr with -p ${SOLR_PORT}, so only the
-m 4g argument is changed to -m "${SOLR_HEAP:-4g}". With SOLR_HEAP
unset the 4g default is preserved; AlwaysPreTouch no longer forces the
full 4g commit when a smaller heap is set.
Refs dataquest-dev/dspace-customers#746
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 468a58a commit 0c6a1b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments