#13211: Upgrade GAP to 4.5.6
------------------------------------------------------------------+---------
Reporter: kini |
Owner: tbd
Type: enhancement |
Status: needs_work
Priority: major |
Milestone: sage-5.6
Component: packages |
Resolution:
Keywords: | Work
issues:
Report Upstream: Reported upstream. Developers acknowledge bug. |
Reviewers: Dmitrii Pasechnik
Authors: Volker Braun | Merged
in:
Dependencies: #13123, #13579 |
Stopgaps:
------------------------------------------------------------------+---------
Comment (by vbraun):
Thanks, fixed the MB... its been a long time that I've seen computations
not finish because of `O(1024^2)` bytes of storage missing ;-)
I've also added the appropriate `# 64-bit` vs `# 32-bit` to the offending
doctest.
The pool size is **NOT** allocated ram, it is an anonymous mmap and will
only be used if necessary. 150MB is definitely not enough for serious
computations. If you want hundreds of Sage instances then thats fine, you
just need enough swap. Or, if you prefer, you can set up your desktop
without swap. Then the pool will be backed by actual RAM, but you
hopefully were aware of that when you decided not to have a swap
partition.
Finally, I don't see any benefit in moving/deleting the previous GAP
install. We'll just run into unintended consequences.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13211#comment:189>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.