M
Marcel Preda
Guest
Hi,
I have a problem with some script which is traversing a schematic
hierarchy.
The problem is that when I run it for the first time (just opent the
schematic top),
it takes from 7000 to 8000 seconds.
If I run it aging (to traverse hierachy), on the same schematic it
takes only 1500 ~ 2000 seconds.
I have run the profiler and I saw that ~5000 seconds are spent only
inside of garbage collector "gc()" calls.
It's true that the allocated memory is very high, it goes up to 3GB .
There is a huge number of lists build inside of the script.
Is there a way to tell to SKILL interpreter: pls, don not call (very
often) the gc() ?
Best Regards,
Marcel
I have a problem with some script which is traversing a schematic
hierarchy.
The problem is that when I run it for the first time (just opent the
schematic top),
it takes from 7000 to 8000 seconds.
If I run it aging (to traverse hierachy), on the same schematic it
takes only 1500 ~ 2000 seconds.
I have run the profiler and I saw that ~5000 seconds are spent only
inside of garbage collector "gc()" calls.
It's true that the allocated memory is very high, it goes up to 3GB .
There is a huge number of lists build inside of the script.
Is there a way to tell to SKILL interpreter: pls, don not call (very
often) the gc() ?
Best Regards,
Marcel