Author: Armin Rigo <[email protected]>
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),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to