You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Ittay Dror <it...@gmail.com> on 2009/05/27 13:25:38 UTC

memory leak in upload?

Hi,


I noticed that when I use the upload task, Ruby's memory increases by 
10MB for each upload. For many uploads this exhausts the computer's 
memory (reaching 1.6GB). If I comment out URI.upload from 
Artifact#upload, the memory does not increase.


Did anyone else experience this behavior? Any tips as to how to debug 
this? Looking at the source I could find candidates...


Thank you,

Ittay