Re: Python memory handling
- From: Paul Melis <paul@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 21:09:15 +0200
frederic.pica@xxxxxxxxx wrote:
I will try later with python 2.5 under linux, but as far as I can see,
it's the same problem under my windows python 2.5
After reading this document :
http://evanjones.ca/memoryallocator/python-memory.pdf
I think it's because list or dictionnaries are used by the parser, and
python use an internal memory pool (not pymalloc) for them...
I tried the f.readlines() approach and with 2.5 on linux the list is freed.
Paul
.
- References:
- Python memory handling
- From: frederic . pica
- Re: Python memory handling
- From: Paul Melis
- Re: Python memory handling
- From: frederic . pica
- Python memory handling
- Prev by Date: Webmail application for mod_python
- Next by Date: Re: generating a tree-like structure
- Previous by thread: Re: Python memory handling
- Next by thread: Re: Python memory handling
- Index(es):