From owner-freebsd-python@FreeBSD.ORG  Sun Mar 10 19:18:24 2013
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by hub.freebsd.org (Postfix) with ESMTP id 8D18745F;
 Sun, 10 Mar 2013 19:18:24 +0000 (UTC)
 (envelope-from naylor.b.david@gmail.com)
Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com
 [IPv6:2a00:1450:400c:c03::22c])
 by mx1.freebsd.org (Postfix) with ESMTP id 6992DBED;
 Sun, 10 Mar 2013 19:18:23 +0000 (UTC)
Received: by mail-we0-f172.google.com with SMTP id d46so2861999wer.3
 for <multiple recipients>; Sun, 10 Mar 2013 12:18:22 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=x-received:sender:from:to:cc:subject:date:message-id:user-agent
 :in-reply-to:references:mime-version:content-type
 :content-transfer-encoding;
 bh=YNIYPycG771HNGgDhqLQfM5en+S2WJ0VaxIB9C+UAIM=;
 b=vsN+Yf9FdDc2nPOs2xEFNZ7h4BOkeFOrh8RPZZ9Sem180U6dhExnStpIVYThi6fLmA
 vub+GDOMeyCx2hdROEoNe+sWO7js+fb/f1dSvk2gZNFRa2IsmuxtPRxa3sX5CmPwFKLR
 Hy1JxXhP4A2WRoHV9j0VEGMZ1giKnOiJYLvIcDdjpEi7BMKTJxQeSVgf6fWWicGyapbr
 hwzo4Wy5GoRXagh9Eiwv+qMHYoBZNBA+jhjjt0y3fznnh3awwaAiqXONZwMPDEKQzJLS
 f4plKwUX1uNK3rSEzv0R3zkJA+IhpI+yhe4uxQab11kpHR39G4jBXUm7YaagnKFDCy6g
 4uqw==
X-Received: by 10.194.76.37 with SMTP id h5mr15096095wjw.21.1362943102503;
 Sun, 10 Mar 2013 12:18:22 -0700 (PDT)
Received: from dragon.dg (41-135-0-37.dsl.mweb.co.za. [41.135.0.37])
 by mx.google.com with ESMTPS id k5sm12538870wiy.5.2013.03.10.12.18.19
 (version=TLSv1 cipher=RC4-SHA bits=128/128);
 Sun, 10 Mar 2013 12:18:21 -0700 (PDT)
Sender: David Naylor <naylor.b.david@gmail.com>
From: David Naylor <dbn@freebsd.org>
To: poyopoyo@puripuri.plala.or.jp
Subject: Re: Re: [RFC] lang/pypy
Date: Sun, 10 Mar 2013 21:18:12 +0300
Message-ID: <1636309.rWBjBGS5Mg@dragon.dg>
User-Agent: KMail/4.9.5 (FreeBSD/9.1-RELEASE; KDE/4.9.5; amd64; ; )
In-Reply-To: <86mwucmvo4.wl%poyopoyo@puripuri.plala.or.jp>
References: <201303021657.27745.dbn@freebsd.org>
 <86mwucmvo4.wl%poyopoyo@puripuri.plala.or.jp>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="nextPart2457838.dNiKvbvi7c";
 micalg="pgp-sha1"; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7Bit
Cc: ports@freebsd.org, Eitan Adler <eadler@freebsd.org>, python@freebsd.org,
 Bryan Drewery <bdrewery@freebsd.org>
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 10 Mar 2013 19:18:24 -0000


--nextPart2457838.dNiKvbvi7c
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="US-ASCII"

On Sunday, 10 March 2013 00:37:15 poyopoyo@puripuri.plala.or.jp wrote:
> Hi, good work, David.

Hi Kuro

> It compiles, packages and works flawlessly here for replacement of 1.9
> so far for a week.

Great, thanks.  Good to know :-)
 
> On my compile box, amd64/Athlon64 5050e 2.6GHz 2 core/8GB,
> memory requirement for translation processes is far less than
> warning shown. It prevents build with
> 
> | warn: this system has insufficient memory, expected at least 9227MiB RAM
> 
> however my translation processes under -DPYPY_IGNORE_MEMORY take 2GB
> for normal binary and 2.5GB for sandboxed one so they aggregate 4.5GB
> to run parallel. 

This is good news.  Could you please detail how you measured peak memory?  I 
might need to retest the port.  

> This is far less than "expected", no page thrashing,
> no hang, no stuttering. It does not matter being with pypy1.9 or pypy2.0
> (yes, I built twice for 2.0 self hosting. Not tried with cPython.)
> 
> So I think this warning is a bit excessive that makes everyone just put
> PYPY_IGNORE_MEMORY=1 in their make.conf. Just in my case.

I'll disable the test for now and revise my estimation.  Thanks for reporting 
back.  

Regards
--nextPart2457838.dNiKvbvi7c
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEABECAAYFAlE83HgACgkQUaaFgP9pFrKuMACfb69YeY36Vctcgw/sc/Rtga6o
Uy8Anjwx3wElTUTII27vltEjTG+miwCG
=BTm6
-----END PGP SIGNATURE-----

--nextPart2457838.dNiKvbvi7c--