memory overhead using from-import?
Erik Max Francis
max at alcyone.com
Sun Dec 21 20:37:29 EST 2003
More information about the Python-list mailing list
Sun Dec 21 20:37:29 EST 2003
- Previous message (by thread): memory overhead using from-import?
- Next message (by thread): memory overhead using from-import?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
William Trenker wrote: > Ah. So using the "ps" command (on Linux) to inspect the process's > virtual memory size may not show me if memory for dereferenced objects > is being freed for re-use within python's execution environment? That's correct. This is really true of any application. -- __ Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/ / \ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE \__/ He who laughs has not yet heard the bad news. -- Bertolt Brecht
- Previous message (by thread): memory overhead using from-import?
- Next message (by thread): memory overhead using from-import?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list