Hi Ricky, On Fri, Nov 1, 2013 at 2:07 AM, Ricky Park <[email protected]> wrote: > I read some articles about setting PYPY_GC_MAX environment variable. > But I can't find how to get current max_heap_size value of minimark.
os.environ['PYPY_GC_MAX']? There is no direct way to get or set the maximum from the Python program itself. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
