05.08.2011 19:45, Nikolaus Rath <[email protected]>:

> On 08/05/2011 01:27 PM, Sandro Tosi wrote:
> > On Fri, Aug 5, 2011 at 19:16, Nikolaus Rath <[email protected]> 
wrote:
> >> Is there a way to find out why this specific script needs so much
> >> memory and time?
> > 
> > Probably the best thing to do is for your to attach the script
> > here, so others can verify and understand what's going on.
> 
> It has lots of external dependencies, and I would have to go through
> them to check if I can really make all of them public. So I was
> hoping that there is something I can do to narrow down the
> problem...

Try to find out which of the external dependencies causes pylint to use 
that much memory.  At least to some degree they are analysed too.  So it 
is not just your 600 lines of code.

Comment the ``import``\s out one by one and look out for the one(s) 
having the highest impact on memory usage.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
“The object-oriented version of 'Spaghetti code' is,
  of course, 'Lasagna code'. (Too many layers)“
                                  -- Roberto Waltman

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to