Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67897

Re: script uses up all memory

References <CACwCsY65gpn_Zx78wquE-rmrZu10pu9GYbzWd-Y3ypzHsMb2Yw@mail.gmail.com> <CAPTjJmpzpVC-aDX36mQfnLLOPMrrkkaW7tTo=yYJ0bu1XsrPxA@mail.gmail.com>
Date 2014-03-05 19:20 -0500
Subject Re: script uses up all memory
From Larry Martell <larry.martell@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.7851.1394065648.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, Mar 5, 2014 at 5:39 PM, Chris Angelico <rosuav@gmail.com> wrote:
> On Thu, Mar 6, 2014 at 9:27 AM, Larry Martell <larry.martell@gmail.com> wrote:
>> I have a script that forks off other processes and attempts to manage
>> them. Here is a stripped down version of the script:
>>
>>         self.sleepTime = 300
>
> That's not a stand-alone script.

No, that is just the part that does the work (inside the 'while
true'). I'll try and post a standalone script tomorrow.

> What environment is it running in?

CentOS 6,4

> Can you reproduce the problem outside of that environment?

I will try that tomorrow.

> Also: Can you simply use multiprocessing rather than going through all
> the effort of subprocess.Popen?

Perhaps. I didn't write this. A client gave it to me and said 'figure
out why it uses up all the memory and hangs.' I've messed around with
for days and cannot see anything that would consume so much memory.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: script uses up all memory Larry Martell <larry.martell@gmail.com> - 2014-03-05 19:20 -0500

csiph-web