Re: Re: [farm-report] Daily Snake Farm report

Guido van Rossum <[email protected]> Wed, 11 Sep 2002 09:15:45 -0400
Newsgroups gmane.comp.python.snake-farm.user
Message-ID <[email protected]>
> All these machines get the same build result; the builder gets
> OOM-killed. They are all "pure" 64-bit machines and they all run
> various versions of Linux. And while moghedien (and asmodean, which
> couldn't make it today) are short on RAM, the Roxen machines have
> one Gbyte each. It would seem something makes the tests bloat out
> of all proportion.

Show us the stdout of the test and I'll think about it; that shows the
current test.  (Due to stdio buffering, you may have to change the
Makefile to use "python -u" instead of "python"; this makes stdout
unbuffered.

Or run the test manually on one of these.

--Guido van Rossum (home page: http://www.python.org/~guido/)