Re: [pypy-dev] Release 5.0.0

2016-03-07 Thread Alexander Walters
Forking is not an option on windows (it lacks fork.) On 3/7/2016 04:16, Maciej Fijalkowski wrote: I have no idea how memory management works on windows (I doubt this will solve it), but this is how we do that on linux On Mon, Mar 7, 2016 at 10:55 AM, Yury V. Zaytsev wrote: On Sun, 6 Mar 2016,

Re: [pypy-dev] Release 5.0.0

2016-03-07 Thread Maciej Fijalkowski
I have no idea how memory management works on windows (I doubt this will solve it), but this is how we do that on linux On Mon, Mar 7, 2016 at 10:55 AM, Yury V. Zaytsev wrote: > On Sun, 6 Mar 2016, Maciej Fijalkowski wrote: > >> It uses subprocess, but you need to quit pypy (so run this with --so

Re: [pypy-dev] Release 5.0.0

2016-03-07 Thread Yury V. Zaytsev
On Sun, 6 Mar 2016, Maciej Fijalkowski wrote: It uses subprocess, but you need to quit pypy (so run this with --source and then make separately) for memory to be reclaimed Do you think that pre-forking a process for compilation right at the beginning of the translation when PyPy hasn't consum

Re: [pypy-dev] Release 5.0.0

2016-03-06 Thread Maciej Fijalkowski
It uses subprocess, but you need to quit pypy (so run this with --source and then make separately) for memory to be reclaimed On Sun, Mar 6, 2016 at 11:01 PM, Matti Picus wrote: > > > On 06/03/16 12:04, Yury V. Zaytsev wrote: > > On Sat, 5 Mar 2016, Yury V. Zaytsev wrote: > > So, it looks like wi

Re: [pypy-dev] Release 5.0.0

2016-03-06 Thread Matti Picus
On 06/03/16 12:04, Yury V. Zaytsev wrote: On Sat, 5 Mar 2016, Yury V. Zaytsev wrote: So, it looks like with PyPy 5.0.0 the problem is exactly the same as with the previous version. The translation goes through (and possibily faster

Re: [pypy-dev] Release 5.0.0

2016-03-06 Thread Yury V. Zaytsev
On Sat, 5 Mar 2016, Yury V. Zaytsev wrote: On Sat, 5 Mar 2016, Matti Picus wrote: So did you figure out the mysterious memory consumption issues that we have experienced while trying to upgrade the Windows builder to a more recent version of PyPy? Do you think it would make sense to retry the

Re: [pypy-dev] Release 5.0.0

2016-03-05 Thread Yury V. Zaytsev
On Sat, 5 Mar 2016, Matti Picus wrote: Pre-release bundles are up on the buildbot, http://buildbot.pypy.org/nightly/release-5.x please test them out. Hi Matti, So did you figure out the mysterious memory consumption issues that we have experienced while trying to upgrade the Windows builder

[pypy-dev] Release 5.0.0

2016-03-05 Thread Matti Picus
Pre-release bundles are up on the buildbot, http://buildbot.pypy.org/nightly/release-5.x please test them out. There are still a few last touches pending, but it would be nice to have some preliminary indication whether the bundles work in real-life work loads and bugs that we claim we fixed sin