Is there a way to measure the size of my data structures while the script is running?
If so, I could test my structures for size every few cycles and see if there is a memory leak I didn't thought of.
Comment on Re: Why does my script exit with "Killed" - that's all...