#6772: increase default ecl memory limits for maxima+ecl in sage
---------------------------+------------------------------------------------
Reporter: was | Owner: mabshoff
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.3
Component: packages | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
---------------------------+------------------------------------------------
Comment(by was):
Maxima changed so that big factorials are symbolic (which is bizarre, but
anyways...), so the above example no longer works. The following does
work:
{{{
sage: a = maxima(10)^(10^5)
sage: b = a^600
Boom!
}}}
I suggest the way to fix this problem is to add this line to the startup
of code for the Maxima interface:
{{{
maxima._eval_line(":lisp (ext:set-limit 'ext:heap-size 100000000000)",
wait_for_prompt=False)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6772#comment:2>
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
-~----------~----~----~----~------~----~------~--~---