Hi there,
I have a skill script to process some simulation results. There are two issues
- huge hashes (makeTable), they need a lot of memory - overall the process takes ~ 12GB
- long time to run , 3-4 days . this is the main concern. We have a lot of OP() and VF() calls to get the simulation results.
So, I was trying to debug it using skill profiler (time and call counts).
After 2 days in CDS.log I've notices this warning:
(SKILL profiler): can not create a new tree node. (the result tree view will be incomplete)
what could be the reason? Most likely I can not trust the profiler's statistic.
virtuoso version IC6.1.6-64b.500.13.2
Thank you,
Marcel