Ask Your Question

Revision history [back]

Your computation might be too heavy, but it is hard to say without a concrete example.

That said, you can try to enlarge the pari stack size:

You can get the current stack size as follows:

sage: pari.stacksize()

You can set a larger stacksize as follows:

sage: pari.allocatemem(10^9)