Luis P. Mendes wrote:
> Sun, 21 Jun 2009 13:04:59 +, Lie Ryan escreveu:
>> Have you tried running without psyco? Psyco increases memory usage quite
>> significantly.
>>
>> If it runs well without psyco, you can try looking at your code and
>> selectively psyco parts that need the speed boost th
Sun, 21 Jun 2009 13:04:59 +, Lie Ryan escreveu:
> Luis P. Mendes wrote:
>> Hi,
>>
>> I have a program that uses a lot of resources: memory and cpu but it
>> never returned this error before with other loads:
>>
>> """
>> MemoryError
>> c/vcompiler.h:745: Fatal Python error: psyco cannot reco
Luis P. Mendes wrote:
> Hi,
>
> I have a program that uses a lot of resources: memory and cpu but it
> never returned this error before with other loads:
>
> """
> MemoryError
> c/vcompiler.h:745: Fatal Python error: psyco cannot recover from the
> error above
> Aborted
> """
> The last time I