Disabling the memory dump feature

Because a memory dump can contain sensitive information, you might need to configure the Spotfire Server to never create this artifact.

Perform this task in the file configuration.xml, exported from the Spotfire Server.

Prerequisites

Procedure

  1. In the file configuration.xml, create a new node as follows.
    <tools>
               <enable-memory-dump>
                  <enabled>false</enabled>
               </enable-memory-dump>
            </tools>
  2. Save and close the file.
  3. Follow the steps for importing the file to the server and then restarting the service.

Result

The new imported configuration becomes the active configuration for that server or cluster.
Related tasks