This article will describe how to increase the memory allocation for Capital Runner executables. Increased memory will prevent running out of memory issues with tasks such as library export and import through Capital Enterprise Assets or background Harness Processing.
Example message in runner log file that require the memory for runners to be increased:
OUTPUT - Task "Export Library" failed to finish. The application has exceeded available memory
Additional memory can be allocated to the Capital Runner executables in the clientprops.xml file. The steps below describe how to do this.
<cismaster application_memory_alloc="1024" delay-between-retries="10" name="localhost" number-of-retries="2" port="49901" timeout="1440">
<cismaster application_memory_alloc="4096" delay-between-retries="10" name="localhost" number-of-retries="2" port="49901" timeout="1440">
If a Capital Harness client machine is using 10G of memory for opening a harness design, the same amount must be given to runners for loading the design in the background to run Harness Processing.