Thanks for the suggestion. I will see if I can find a place to clear the cache. Ironically, the slower machine has more RAM than the fast one.
I didn't know what generic-pae meant until I just googled it. I guess it is a way to allow 32-bit machines to have more than 3 GB of RAM. The laptop has 4 GB. Does the fact that the kernel is using a generic processor cause problems? Thanks, Ryan On Thu, Oct 21, 2010 at 6:37 AM, Øyvind Jensen <[email protected]> wrote: >> Any idea what could make this machine so unhappy to run sympy? > > In my (limited) experience, memory is the bottle-neck when you see the > kind of slow down you describe. You may try to clear the cache at some > point in your calculation. > >>>> from sympy.core.cache import clear_cache >>>> clear_cache() > > Øyvind > >> >> Thanks, >> >> Ryan >> > > -- > 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. > > -- 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.
