Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 9435 invoked from network); 15 Sep 2009 14:49:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Sep 2009 14:49:17 -0000 Received: (qmail 44022 invoked by uid 500); 15 Sep 2009 14:49:16 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 43950 invoked by uid 500); 15 Sep 2009 14:49:16 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 43939 invoked by uid 99); 15 Sep 2009 14:49:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 14:49:16 +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 alexei.kaigorodov@googlemail.com designates 209.85.220.222 as permitted sender) Received: from [209.85.220.222] (HELO mail-fx0-f222.google.com) (209.85.220.222) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Sep 2009 14:49:04 +0000 Received: by fxm22 with SMTP id 22so2887983fxm.36 for ; Tue, 15 Sep 2009 07:48:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=aof1mMJoSaz1GX9Qknr/OunAPz+8ew/iwus5/NlK7EA=; b=pP6oOhYhNmZ/0yExs5DGAa3gXOiOmy64w6CYvQTVGbPzzqWN5SFB3zBdnWK6P8V91z rX8LPQ7wfy9FlF0Xkxnc/sJRmesfsGTqFLCye+iKJ3MB5g7iFqAT3GeHVF6V5/W1OR2k /GzOzWhanXlYcASX8m2ATicQCFaZut/nhdvjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vo0dZ9qv8/mvLCXd0KTR6IUvWlqu5rmtKV/hEtDO9Y0caZW+Gnke0tMPM4YteQOzl3 SiT6c82m0vssO7jIubZcpwhAATCF34OafVes28pkhwL7huuEuRR2ovtMydtdWdCdY92Z yqMjDITJqoEAuEppPahkFhXpT6+ekFcfUQXpM= MIME-Version: 1.0 Received: by 10.223.22.133 with SMTP id n5mr2713874fab.16.1253026123887; Tue, 15 Sep 2009 07:48:43 -0700 (PDT) Date: Tue, 15 Sep 2009 21:48:43 +0700 Message-ID: <452405640909150748me64bea7j527016786120c3b6@mail.gmail.com> Subject: buildtest\trunk\tests\vts\vm\build.xml: Out of Memory From: Alexei Kaigorodov To: dev@harmony.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I am trying to build VM tests on Windows XP, following the buildtest\trunk\tests\vts\vm\Readme.txt. I cannot pass the step 5): and finally to build and run the suite: > ant build-vts because of OutOfmemory error. Actually I used ant -Dnonative=true build-vts Attempt to set ANT_OPTS="-XX:MaxPermSize=1536m" did not help. Greater sizes are not allowed on my machine. Is there any fix to the problem? thanks, Alexei