I was wondering if anyone has any tips for using gc.setthreshold()? I added :gc.enable()gc.set_debug(gc.DEBUG_STATS)gc.set_threshold(1,2,3)to one of my programs and I got all kinds of neato output that I have noidea what it does. hehehanyways, how would you figure out what to put in gc.set_threshold()?