On 2012-12-18, at 8:45 AM, Bradley Lucier lucier@math.purdue.edu wrote:
Surely 1MB can be OK as a default heap size nowadays ;-)!
Why not 2, 5 or 10MB? A default heap size of 5 MB makes some sense given that it is roughly the size of the executable code of the library.
BTW, if you want a different default heap size, why don't you use :
export GAMBCOPT=m1000
in your .profile?
Marc