Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. RunAJob utility
  9. ParamSetCli utility
  10. REST API codes
  11. REST API resource quick references

REST API Reference

REST API Reference

Java heap sizes

Java heap sizes

For optimal use of virtual memory, specify the initial heap size and maximum heap size for Java commands that the
RunAJob utility
uses. Set the heap size values using the CLI_JAVA_OPTS parameter.
Specify the following properties for the CLI_JAVA_OPTS parameter:
Property
Description
Xms
Specifies the initial heap size that the JVM will allocate.
Xmx
Specifies the maximum heap size that the JVM is allowed to allocate.
You might configure the CLI_JAVA_OPTS parameter as shown in the following example of a
set_cli_vars.sh
file:
@echo off REM This variable is used to override the default KeyStore password. set RUNAJOB_KEYSTORE_PASSWORD= REM This variable is used to set the Java initial heap size and maximum heap size. set CLI_JAVA_OPTS =Xms256m -Xmx512m

0 COMMENTS

We’d like to hear from you!