Hrm: http://evanjones.ca/python-memory.html

Hey, where are you seeing this 252 megs of usage?  ps?  top?   
something else?

I was fairly annoyed to run python from the command line and:
blar="hi"
saw memory usage go up a tad
del blar
memory usage never returned

Sigh.  Well, maybe there's other things I can do to at least calm it  
down, but ... yeah.

Daniel

On Mar 6, 2006, at 3:01 PM, Norman Rasmussen wrote:

> On 3/6/06, Daniel Henninger <[EMAIL PROTECTED]> wrote:
>> I'm pretty new at tracking down such issues in python though.  Any
>> suggestions?  I mean I can look at the profiler output but that
>> doesn't appear to be telling me anything useful.
>
> I've heard the Psi team using valgrind, it seems that there are some
> python specific tweaks to make it more detailed.  Google knows all.
>
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
>

Reply via email to