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,
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
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
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
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
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
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
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