how to get current max_heap_size value of minimark in pypy 2.x
Nov. 1, 2013
1:07 a.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
9: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.
4514
Age (days ago)
4514
Last active (days ago)
1 comments
2 participants
participants (2)
-
Armin Rigo -
Ricky Park