It would be great if there was some method on arcpy that purged the memory even if it had a performance hit. If I'm doing large data crunching I'm not going to worry over a few seconds if the data crunching takes several hours. I was imagining something like:
arcpy.ClearMemory
Then behind the scenes this would release cursors and objects that are out of scope etc.
This is definitely an area of concern for my operation. We are running about 30 automated geprocessing scripts at night.
Maybe that is why using spatialite on large datasets works so much better.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.