how to get current max_heap_size value of minimark in pypy 2.x

Oct. 31, 2013
6:07 p.m.
Hello, 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. Please let me know how-to :) Thanks, Ricky

November 2013
2:10 a.m.
New subject: how to get current max_heap_size value of minimark in pypy 2.x
Hi Ricky, On Fri, Nov 1, 2013 at 2:07 AM, Ricky Park <roadhome@gmail.com> 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.
4153
Age (days ago)
4153
Last active (days ago)
1 comments
2 participants
participants (2)
-
Armin Rigo
-
Ricky Park