[Ruby] [ANN] ZenTest 3.9.1 Released

M. Edward (Ed) Borasky znmeb at cesmail.net
Fri Feb 1 08:29:36 PST 2008


Ryan Davis wrote:
> * 1 bug fix:
> 
>    * OMG I'm so dumb... fixed memory leak.
> 
> * <http://www.zenspider.com/ZSS/Products/ZenTest/>
> * <http://rubyforge.org/projects/zentest/>
> * <ryand-ruby at zenspider.com>

At least on Linux (and probably MacOS, but I don't have one handy) one 
could, in fact, write a Spec/Assertion/whatever that tracked process 
size and its growth and delivered a red light if a threshold in size or 
growth rate was exceeded. I know there's a way to do it on Windows, too, 
I just don't remember what it is.

Something like

process.resident_size should_be < 128 :megabytes


More information about the Ruby mailing list