On 2016-09-21 16:19, Jonathan Bober wrote:
I moved discussion to sage-devel, but wanted to add for anyone who comes
across this and has problems: my simple temporary workaround is to
change the line
paristack_setsize(size, mem.virtual_memory_limit() // 4)
to
paristack_setsize(size, min(mem.virtual_memory_limit() // 4, 1000000000))
in the file src/sage/libs/pari/pari_instance.pyx. (And then run sage -b.)
As I already mentioned earlier in this thread, even more easy is to
change the memory at runtime, when starting up Sage:
pari.allocatemem(10^7, 10^7)
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.