solr: workaround to the just discovered 0-day vulnerability, see https://lucene.apache.org/solr/news.html

This commit is contained in:
Andrea Dell'Amico 2017-10-16 14:54:07 +02:00
parent 3477ccc615
commit 4d76722d7f
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ ENABLE_REMOTE_JMX_OPTS="false"
# The script will use SOLR_PORT+10000 for the RMI_PORT or you can set it here
# RMI_PORT=18983
# SOLR additional options
SOLR_OPTS="$SOLR_OPTS {{ solr_startup_opts }}"
# Set the thread stack size
SOLR_OPTS="$SOLR_OPTS -Xss256k"