Hello, I am developing a rig builder tool for the studio that is quite heavy, and after running the UI I checked the garbage collection and I get a result of gc.collect() -->322. If I run the UI 3 times, then the gc.collect() -->955
I don“t know much about memory performance so I wonder if this happening because my code is not clean enough or if this normal while programming a code with a lot a variables and objects? Should I just do gc.collect() at the end of the script to clean things up? thank you -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/9bc3d18a-5f39-44bf-948c-22c7d7746a86%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
