Data Integration
- Data Integration
- 所有产品
プロパティ | 説明 |
---|---|
Xms | JVMが割り当てる初期ヒープサイズを指定します。 |
Xmx | JVMが割り当てることができる最大ヒープサイズを指定します。 |
@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