ACS-3878 Rename configuration properties

(cherry picked from commit f708502f5617a9c697566f426f79b03304273db1)
This commit is contained in:
Damian.Ujma@hyland.com
2022-11-03 13:09:05 +01:00
parent e6a0f92879
commit 10863a3223
2 changed files with 4 additions and 4 deletions

View File

@@ -12,5 +12,5 @@ alfresco.search.config=# Alfresco configuration. This file is automatically incl
${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.sh.token=#GC_TUNE="-XX:NewRatio=3 -XX:SurvivorRatio=4 etc.
solr.gc.sh.token.win=REM set GC_TUNE=-XX:NewRatio=3 -XX:SurvivorRatio=4 etc.
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.

View File

@@ -214,10 +214,10 @@
<replace token="GC logging" value="GC logging${line.separator}${alfresco.gc.logs.win}" dir="${solr.directory}">
<include name="**/bin/solr.in.cmd" />
</replace>
<replace token="${solr.gc.sh.token}" value="${alfresco.gc.tune}" dir="${solr.directory}">
<replace token="${solr.gc.token}" value="${alfresco.gc.tune}" dir="${solr.directory}">
<include name="**/bin/solr.in.sh" />
</replace>
<replace token="${solr.gc.sh.token.win}" value="${alfresco.gc.tune.win}" dir="${solr.directory}">
<replace token="${solr.gc.token.win}" value="${alfresco.gc.tune.win}" dir="${solr.directory}">
<include name="**/bin/solr.in.cmd" />
</replace>
<replace token="# Anything you add to the SOLR_OPTS" value="${alfresco.search.config}${line.separator}${line.separator}# Anything you add to the SOLR_OPTS" dir="${solr.directory}">