Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31886
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: program loaded in memory |
| Date | 2012-10-22 14:19 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <k63km1$f29$1@reader1.panix.com> (permalink) |
| References | <mailman.2609.1350864150.27098.python-list@python.org> <5084b465$0$29897$c3e8da3$5496439d@news.astraweb.com> |
On 2012-10-22, Steven D'Aprano <steve+comp.lang.python@pearwood.info> wrote:
> On Mon, 22 Oct 2012 02:02:27 +0200, Anatoli Hristov wrote:
>
>> Hello,
>>
>> I need an advice about a small script I run 24/24 7/7.
>>
>> It's a script converted to EXE using py2exe and this script takes -
>> grows 30kb RAM on each loop which means that for 10hours it grows up
>> with 180mb memory. is there something I can do ?
>
> Probably. Find the memory leak and fix it.
>
> What happens if you call it directly from Python, instead of using py2exe?
> Perhaps the memory leak is in py2exe.
I'm curious how there can be a memory leak in py2exe. I thought all
it did was bundle up the python interpreter and the required libraries
into a "private" python installation that's then invoked by the
wrapper. Does py2exe actually do something after the application has
started?
--
Grant Edwards grant.b.edwards Yow! ONE LIFE TO LIVE for
at ALL MY CHILDREN in ANOTHER
gmail.com WORLD all THE DAYS OF
OUR LIVES.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
program loaded in memory Anatoli Hristov <tolidtm@gmail.com> - 2012-10-22 02:02 +0200
Re: program loaded in memory Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-10-22 02:50 +0000
Re: program loaded in memory Grant Edwards <invalid@invalid.invalid> - 2012-10-22 14:19 +0000
csiph-web