Heap Memory

Thinker thinker at branda.to
Thu Nov 16 22:58:12 EST 2006


Gregory Pi鎑ro wrote:
> This computer it was running on has 2GB of RAM and 6GB of virtual
> memory so I really doubt I had used up all of that memory.  I didn't
> watch it the whole time so I can't be sure though.  Any ideas what
> could have been going on there?
>
> -Greg
>   
What is your OS? Maybe you should show out the memory usage of your python
process. In FreeBSD, you should set evironment variable
'MALLOC_OPTIONS=P' to
print out usage of malloc()。Maybe you can find a way, in your system,
to print out usage of the
heap.

-- 
Thinker Li - thinker at branda.to thinker.li at gmail.com
http://heaven.branda.to/~thinker/GinGin_CGI.py




More information about the Python-list mailing list