B2B Gateway
- B2B Gateway
- All Products
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. |
@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