I am using export_png() for producing images. However, the phamtonjs process does not go away when program is fiished. After running the program for few times, I need to clean the phamtonjs process before it eat up all memory.
Therefore, I am writing to ask a possible way to do garbage collection after export_png() is done.
I am using export_png() for producing images. However, the phamtonjs process does not go away when program is fiished. After running the program for few times, I need to clean the phamtonjs process before it eat up all memory.
Therefore, I am writing to ask a possible way to do garbage collection after export_png() is done.