Spotfire® Server and Environment - Installation and Administration

Modifying the virtual memory (server running as Windows service)

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

Procedure

  1. Stop the Spotfire Server service.
  2. On the command line, go to the <installation dir>/tomcat/bin directory.
  3. Enter the following command: service.bat remove
  4. Open the <installation dir>/tomcat/bin/setenv.bat file in a text editor.
  5. Locate the following entries and change the numbers to suitable memory values (in MB):
    • JvmMs=512
    • JvmMx=4096
  6. Save and close the file.
  7. Enter the following command: service.bat install
  8. Start the Spotfire Server service.