Pardon me if I don't know what I'm talking about:

Can the stack limit not be read from ulimit/getrlimit? Or from failure
to push stack?
That used to work for PHP, at least in the past.
It also gives users the flexibility between highly recursive
computation (very high limit) and insane multithreading (low limit to
conserve memory).

Alternatively, pypi could stick to CPython fixed number of Python
frames limit, and demand as much system stack as pypi requires to
implement that.

my 2c.

On 17 July 2015 at 10:59, Maciej Fijalkowski <fij...@gmail.com> wrote:
> Hi
>
> The default stack limit is (conservatively) set at 700k or so. Can we
> push it to ~3M by default? (this is still far below 8M or so which is
> the default on linux)
> _______________________________________________
> pypy-dev mailing list
> pypy-dev@python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to