In order to reduce memory consuming I would try to delete JavaScript objects, arrays in my code, when they are not used more. Usually garbage collector deletes the objects without any references to them, is it enough to delete only references in Acrobat as well? Would you have any other suggestions?
↧