On 17 Aug, 04:51, Godzilla <[EMAIL PROTECTED]> wrote:
> On Aug 16, 1:13 am, Paul Moore<[EMAIL PROTECTED]> wrote:
> > On 14 Aug, 05:57, Godzilla <[EMAIL PROTECTED]> wrote:
> > Do you see memory growth with precisely this code? Over what period?
> > How much?
>
> I have it running for more than 1 ho
"Godzilla" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| What should I do next? Can I force garbage collection manually? If so,
| how do I do that?
Read doc for gc module. I think
import gc
gc.collect()
--
http://mail.python.org/mailman/listinfo/python-list
On Aug 16, 1:13 am, Paul Moore <[EMAIL PROTECTED]> wrote:
> On 14 Aug, 05:57, Godzilla <[EMAIL PROTECTED]> wrote:
>
> > Hello,
>
> > I have a program that create and pop an object off a queue, but it is
> > experiencing some memory leakage. I have been unable to detect where
> > the memory leakage
On 14 Aug, 05:57, Godzilla <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have a program that create and pop an object off a queue, but it is
> experiencing some memory leakage. I have been unable to detect where
> the memory leakage occur. The strange thing is when i replace the
> object creation with