Products | Versions |
---|---|
Spotfire Server | all versions |
When using the Spotfire Server Configuration tool (commandline or web interface) to do larger tasks (large LDAP sync, export-library-content, find-analysis-scripts), the size of the JVM might be too small and you may receive java.lang.OutOfMemoryError.
"%JAVA_HOME%\bin\java" -Xms256m -Xmx4096m -classpath "%CLASSPATH%" -Dcatalina.base="%TSS_HOME%" -Dlog.dir="%TSS_HOME%\logs" -Dlog4j.configurationFile="%TSS_HOME%\spotfire-config\log4j2-tools.xml" com.spotfire.server.config.tool.ConfigApp %*tomcat\spotfire-bin\uiconfig.bat
start "TSS Configuration UI" "%JAVA_HOME%\bin\javaw" -Xms256m -Xmx4096m -classpath "%CLASSPATH%" -Dcatalina.base="%TSS_HOME%" -Dlog.dir="%TSS_HOME%\logs" -Dlog4j.configurationFile="%TSS_HOME%\spotfire-config\log4j2-tools.xml" com.spotfire.server.tools.confui.ConfigurationMain %*
exec "$JAVA_HOME/bin/java" -Xms256m -Xmx4096m -classpath "$CLASSPATH" \ -Dcatalina.base="$TSS_HOME" \ -Dlog.dir="$TSS_HOME"/logs \ -Dlog4j.configurationFile="$TSS_HOME"/spotfire-config/log4j2-tools.xml \ com.spotfire.server.config.tool.ConfigApp ${1+"$@"}tomcat/spotfire-bin/uiconfig.sh
exec "$JAVA_HOME/bin/java" -Xms256m -Xmx4096m -classpath "$CLASSPATH" \ -Dcatalina.base="$TSS_HOME" \ -Dlog.dir="$TSS_HOME"/logs \ -Dlog4j.configurationFile="$TSS_HOME"/spotfire-config/log4j2-tools.xml \ com.spotfire.server.tools.confui.ConfigurationMain ${1+"$@"}