Hey guys,
how about a little quiz? What do you use to free some memory, used by InDesign? (extension-builder-built InDesign extensions)
In my experience, the only thing that can shift memory usage of InDesign downwards is showing export-options dialog box, and let's face it: it's just sad.
AFAIK $.gc() is more-less useless and it's the only thing that remotely resembles memory management tool in ExtendScript.
Sorry for the attitude, but I've spent a week googling and sniffing and I seem to be the only person in the world trying to free some memory
Is it possible to have a C++ plugin designed for a single purpose: provide interface for ExtendScript to free some memory? Could C++ plugin do that?