Spotfire Server and Environment - Quick Start

config-external-ignite-process

Configures memory settings and JVM options for the external Ignite process.

config-external-ignite-process 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[--max-memory=value] 
[--min-memory=value]
[--init-timeout=value] 
{-Jvalue}
{-Avalue}
{-Rvalue}

Overview

Use this command to configure memory settings and JVM options for the external Ignite process.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
--max-memory=value
Optional 512M Specifies the maximum memory that is used by the Ignite server process.
--min-memory=value
Optional 512M Specifies the initial, minimum memory that is used by the Ignite server process.
--init-timeout=value
Optional Specifies, in seconds, the timeout for initialization of the Ignite server process.
-Jvalue
Optional
  • -XX:+AlwaysPreTouch
  • -XX:+UseG1GC
  • -XX:+ScavengeBeforeFullGC
  • -XX:+DisableExplicitGC
Specifies the JVM options to use for the Ignite server process.

This argument:

  • Overwrites the current JVM options.
  • Is mutually exclusive with -A and -R.
  • Can be specified multiple times with different values.
-Avalue
Optional
  • -XX:+AlwaysPreTouch
  • -XX:+UseG1GC
  • -XX:+ScavengeBeforeFullGC
  • -XX:+DisableExplicitGC
Specifies the JVM options that should be added for the Ignite server process. Mutually exclusive with -J

This argument:

  • Is mutually exclusive with -J.
  • Can be specified multiple times with different values.
-Rvalue
Optional
  • -XX:+AlwaysPreTouch
  • -XX:+UseG1GC
  • -XX:+ScavengeBeforeFullGC
  • -XX:+DisableExplicitGC
Specifies the JVM options that should be removed for the Ignite server process.

This argument:

  • Is mutually exclusive with -J.
  • Can be specified multiple times with different values.