mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
16 lines
1.5 KiB
INI
16 lines
1.5 KiB
INI
alfresco.search.ssl.need.token=needClientAuth" default="false"
|
|
alfresco.search.ssl.need=needclientauth" default="true"
|
|
alfresco.search.logs=SOLR_LOGS_DIR=../../logs\
|
|
${line.separator}LOG4J_PROPS=$SOLR_LOGS_DIR/log4j.properties
|
|
alfresco.gc.logs=GC_LOG_OPTS=""
|
|
alfresco.gc.logs.win=REM set "GC_LOG_OPTS= "
|
|
alfresco.gc.tune=GC_TUNE="-XX:+UseG1GC -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent"
|
|
alfresco.gc.tune.win=set GC_TUNE=-XX:+UseG1GC -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent
|
|
alfresco.search.logs.win=set SOLR_LOGS_DIR=..\\..\\logs\
|
|
${line.separator}set LOG4J_CONFIG=file:!SOLR_LOGS_DIR!\\log4j.properties
|
|
alfresco.search.config=# Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\
|
|
${line.separator}SOLR_OPTS="$SOLR_OPTS -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -Ddisable.configEdit=true"
|
|
alfresco.search.config.win=REM Alfresco configuration. This file is automatically included by solr. You can define your custom settings here\
|
|
${line.separator}set SOLR_OPTS=%SOLR_OPTS% -Dsolr.jetty.request.header.size=1000000 -Dsolr.jetty.threads.stop.timeout=300000 -Ddisable.configEdit=true
|
|
solr.gc.token=#GC_TUNE="-XX:NewRatio=3 -XX:SurvivorRatio=4 etc.
|
|
solr.gc.token.win=REM set GC_TUNE=-XX:NewRatio=3 -XX:SurvivorRatio=4 etc. |