Skip to content
Snippets Groups Projects
Commit 20717b29 authored by Demian Katz's avatar Demian Katz
Browse files

Disable Java entity expansion limit to avoid unnecessary failures.

- Resolves VUFIND-964.
parent ff958f0e
No related merge requests found
......@@ -46,7 +46,7 @@ rem # You may also want to add the following:
rem # -XX:+UseParallelGC
rem # -XX:+AggressiveOpts
rem ##################################################
set INDEX_OPTIONS=-Xms512m -Xmx512m
set INDEX_OPTIONS=-Xms512m -Xmx512m -DentityExpansionLimit=0
rem ##################################################
rem # Set SOLRCORE
......
......@@ -49,7 +49,7 @@ fi
# -XX:+UseParallelGC
# -XX:+AggressiveOpts
##################################################
INDEX_OPTIONS='-Xms512m -Xmx512m'
INDEX_OPTIONS='-Xms512m -Xmx512m -DentityExpansionLimit=0'
##################################################
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment