Modifying the virtual memory (server not running as Windows service)

If Spotfire Server is not running as a Windows service, you can modify the virtual memory by following these steps to set up the start script.

Procedure

  1. Open the file <installation dir>/tomcat/bin/setenv.bat or <installation dir>/tomcat/bin/setenv.sh in a text editor.
  2. Locate the line that sets the variable CATALINA_OPTS.
  3. Set the following values to the amount of memory you want to allocate:
    • -Xms512M
    • -Xmx4096M
  4. Restart the server.