Optimization tips for getting CABi to generate reports quicker?
UIM - CABI - All Versions
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.