Correlator arguments
The Correlator Arguments tab specifies the options and arguments that Software AG Designer uses to start the correlator.
You can accept the default values or change one or more arguments. You can also add arguments. In addition, you can also control the behavior with the following options:
 Hostname
Hostname — 
localhost. The name of the correlator host machine.
 Port
Port — This is the port on which the correlator listens for monitoring and management requests.
 Log level
Log level — Default is 
INFO.
 Log to file
Log to file — Default is 
${LAUNCH_CONFIG_NAME}_${CORRELATOR_NAME}.output.log. This is the main correlator log file.
 Configuration
Configuration — Select this option to provide additional configurations to the correlator using the 
CorrelatorConfig.yaml file in the 
projectdir\config\ directory. For example, per-package logging settings. See 
    
Configuring the correlator.
 Reuse correlator
Reuse correlator — Select this option to use an already running correlator.
 Clear correlator
Clear correlator — Select this option to delete all the correlator contents when the launch starts.
 Java support
Java support — Select this option to provide Java support for EPL plug-ins written in Java or JMon applications. Normally this is automatically selected when creating either in 
Software AG Designer.
Note:
Apama's in-process API for Java (JMon) is deprecated and will be removed in a future release.
 JMS support
JMS support — Select this option to provide JMS support for correlator-integrated messaging. Normally this is automatically selected when the correlator-integrated adapter for JMS is added to an Apama application.
 Distributed MemoryStore support
Distributed MemoryStore support — Select this option to provide support for distributed MemoryStore. With the distributed MemoryStore, you can create distributed stores that provide access to data that will be shared among Apama applications running in separate correlators.
 Maximum Java heap size in MB (-Xmx)
Maximum Java heap size in MB (-Xmx). Default is 512.
 Maximum Java off-heap storage in MB (-XX:MaxDirectMemorySize)
Maximum Java off-heap storage in MB (-XX:MaxDirectMemorySize). Default is 16384.
 Extra command line arguments
Extra command line arguments. Specify any additional arguments for starting the correlator. See 
    
Starting the correlator.