On Sun, May 27, 2012 at 6:26 PM, [email protected] <[email protected]> wrote: >> SymPy is creating a cache, it may be that the cache is filling up your >> available RAM and the machine starts to thrash. >> (Does anybody know how much RAM a full SymPy test suite requires?) >> > My bot runs well on a 512MB machine.
Yeah, the tests used to leak horribly, but we fixed that when we were trying to get Jenkins to run, by clearing the cache between every two files (see issue 2585 [1]). [1] http://code.google.com/p/sympy/issues/detail?id=2585 > > And I do not get how one run of the tests (integrals) affects > consecutive runs... > Unfortunately, brings us back to swapping issues. I guess the root of the cause is the 32-bit OS (and perhaps less importantly, the 32-bit Python). Does anyone actually develop with a 32-bit Linux? Guru, if you happen to have too much spare time :), perhaps you could try running a LiveCD of the 64-bit version of Ubuntu, and see if that helps perhaps. Other than that, I'm quite clueless. -- Vladimir Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
