Increase Java heap space for CI
Product: Custodial Integrator | Version: 3.4 |
Summary
Use this topic to increase the Java heap space (Java memory) for the CI application.
You may need to increase Java heap space for a variety of reasons. For example, when importing data in Custodial Integrator, the import may partially complete before you see this error:
Steps
Use these steps to increase the memory size for CI, by editing the runCI.bat file used to start CI.
- Close out of Custodial Integrator.
-
Locate the runCI.bat file. It is typically in:
C:\Program Files\Custodial Integrator\runCI.bat
- Right click on the runCI.bat file and select Edit.
-
Immediately after java, add a space and then add –Xmx<size> where <size> is any value equal to or greater than 96m. So for example, the line might begin with:
java –Xmx512m
- Save the file and restart Custodial Integrator.
- If the error message appears again, repeat these steps but increase the size of <size> -Xmx<size>.
Attribution
Last updated: 8/26/2014 |
Author: KLS |
Contributions by:
|