Skip to content

Commit

Permalink
Mitigation of CVE-2021-44228 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlooney authored Dec 10, 2021
1 parent c1c2d8f commit f22f7d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ops/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ if [ ! -z "${SOLR_CORE}" ];then
chown -R solr: /var/solr/data
fi
export SOLR_HEAP="${SOLR_HEAP:=12g}"
echo $SOLR_HEAP

export SOLR_OPTS="-Dlog4j2.formatMsgNoLookups=true"
ulimit -n 65000 && docker-entrypoint.sh solr-foreground

0 comments on commit f22f7d7

Please sign in to comment.