how to get current max_heap_size value of minimark in pypy 2.x
![](https://secure.gravatar.com/avatar/1bf48fb8883af70ddb5e6e9744098a76.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79.jpg?s=120&d=mm&r=g)
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.
4122
Age (days ago)
4122
Last active (days ago)
1 comments
2 participants
participants (2)
-
Armin Rigo
-
Ricky Park