Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 35526 invoked from network); 27 May 2009 11:28:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 May 2009 11:28:05 -0000 Received: (qmail 53112 invoked by uid 500); 27 May 2009 11:28:17 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 53061 invoked by uid 500); 27 May 2009 11:28:17 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 53051 invoked by uid 99); 27 May 2009 11:28:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 11:28:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ittay.dror@gmail.com designates 209.85.220.158 as permitted sender) Received: from [209.85.220.158] (HELO mail-fx0-f158.google.com) (209.85.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 May 2009 11:28:07 +0000 Received: by fxm2 with SMTP id 2so4798064fxm.5 for ; Wed, 27 May 2009 04:27:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Rbey5277J/dno+LecIR0kRvlPYHaI7yc+GTkewOpBh0=; b=W45kiRkYVPluI+uzF/KyqBM8ptQqg9hIGlxiFbxOGe4JSImujeqjFMjaaiHecOLRZN NFyb7QUjP1vPW55SZywIkomVvj8MQhbkn3mzevn0moeLvQgK79KWyJFSD0BHEYZ6MQZ6 nN7ikGL5M9s8sHdxVuKziz6uvc4RART4NiCaE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=ljVyn7q3UV3BbnaTdB9R9gydLJutGLdY0Ab/lhKqa4SuZZGR9CZUBWEm9NoEOD56j4 DB0tHqosdx0l6GWUYyyzoswe1TnsuTG0Ndf+Q1g0ZX4bjKP2IwaRPI30Uc5h96rlD8ce yYjr58TeQTWGwwV1bmAwMzhwhPL5PXAnSQ8pE= Received: by 10.103.137.12 with SMTP id p12mr4970511mun.94.1243423666648; Wed, 27 May 2009 04:27:46 -0700 (PDT) Received: from ?10.10.2.8? ([212.143.191.180]) by mx.google.com with ESMTPS id 23sm1022976mun.46.2009.05.27.04.27.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 May 2009 04:27:45 -0700 (PDT) Message-ID: <4A1D2332.8000805@gmail.com> Date: Wed, 27 May 2009 14:25:38 +0300 From: Ittay Dror User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: Buildr Users Subject: memory leak in upload? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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