solr: workaround to the just discovered 0-day vulnerability, see https://lucene.apache.org/solr/news.html
This commit is contained in:
parent
3477ccc615
commit
4d76722d7f
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue