CABI reports so slow to run or timeout
search cancel

CABI reports so slow to run or timeout

book

Article ID: 140243

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Optimization tips for getting CABi to generate reports quicker?

 

Environment

UIM - CABI - All Versions

Cause

The default memory settings may not be enough to quickly run reports

Resolution

change the CABI and WASP memory parameters as follows:

UMP wasp:

 <opt>

java_mem_max = -Xmx6g

java_mem_init = -Xms2g

java_stack_size = -Xss64m

min_perm_size = -XX:PermSize=512m

max_perm_size = -XX:MaxPermSize=1024m

java_gc_conc_marc_sweep = -XX:+UseConcMarkSweepGC

java_cms_classunloading_enable = -XX:+CMSClassUnloadingEnabled

</opt>

 

CABI:

<opt>

java_mem_max = -Xmx6g

java_mem_init = -Xms2g

dump_memory = -XX:+HeapDumpOnOutOfMemoryError

</opt>

 

You can increase java_mem_max on each probe -- .

 

If you are running a custom report, try "Default Aggregation" instead of "Raw Data" - this provides much faster results.  These reports will be "summary" reports, and will not be minute-to-minute accurate, but you can always run smaller/more targeted reports with Raw Data.

Additional Information