Ax2Git icon indicating copy to clipboard operation
Ax2Git copied to clipboard

Memory leak

Open min2sia opened this issue 11 years ago • 2 comments

When exporting XPOs, Ax client consumes large amounts of RAM and never releases it. Garbage collection does not seem to work here.

Workaround is to restart Ax client after exporting considerable number of XPOs.

min2sia avatar Mar 12 '14 10:03 min2sia

@min2sia did you have any ideas on how this could be fixed?

AdamCoulterOz avatar Mar 17 '17 03:03 AdamCoulterOz

@min2sia did you have any ideas on how this could be fixed?

I tested several approaches, trying to de-allocate the memory allocated to AOT node, but nothing worked. Looks like a kernel bug. The only workaround is to restart Ax client after exporting any significant amount of objects.

min2sia avatar Sep 05 '19 12:09 min2sia