1 | initial version |
A solution at this link suggests that -o
should be added to sage.interfaces.gap.gap_cmd
variable like
sage.interfaces.gap.gap_cmd = 'gap -r -o 4G '
For my problem, increase even to 16G does not help, unfortunately.
2 | No.2 Revision |
A solution at this link suggests that -o
should be added to sage.interfaces.gap.gap_cmd
variable like
sage.interfaces.gap.gap_cmd = 'gap -r -o 4G '
For my problem, increase even to 16G does not help, unfortunately.64G produced GAPError: Error, the perfect residuum is too large
, but that's a different story.