[pypy-commit] buildbot default: The "py.test -A" part of a pypy-c-jit build suddenly eats 20GB of memory

arigo noreply at buildbot.pypy.org
Wed Oct 16 08:13:05 CEST 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r867:ea1d86a3a8f5
Date: 2013-10-16 08:11 +0200
http://bitbucket.org/pypy/buildbot/changeset/ea1d86a3a8f5/

Log:	The "py.test -A" part of a pypy-c-jit build suddenly eats 20GB of
	memory on OS/X, apparently. Disabling the builder for now --- it's
	the only thing I can do.

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -214,7 +214,8 @@
             JITFREEBSD764,             # on headless
             JITFREEBSD864,             # on ananke
             JITFREEBSD964,             # on exarkun's freebsd
-            JITMACOSX64,               # on xerxes
+            #JITMACOSX64,              # on xerxes
+            #^^^ status: "py.test -A" eats 20GB of memory apparently :-(
             # buildbot selftest
             PYPYBUILDBOT               # on cobra
             ], branch='default', hour=0, minute=0),


More information about the pypy-commit mailing list