On Mon, Jul 13, 2009 at 01:28:10PM -0700, Christopher Lee wrote: -> Hi Namshin, Marek, -> is there a way we can incorporate a measurement of memory usage into -> the megatests? This is a critical measure of performance, and we need -> an immediate warning if changes introduced to master break proper -> cache freeing. At this point, it'll be a pain in the ass trying to -> track down when cache clearing was broken, if it is now broken as -> Namshin says.
You could also query the gc for # of objects, etc. and place that in the assertions; it shouldn't change dramatically. Or artificially limit the amount of available memory with ulimit. --titus --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
