[gambit-list] Make the default heap size 1MB

Marc Feeley feeley at iro.umontreal.ca
Tue Jan 8 07:42:06 EST 2013


On 2013-01-07, at 11:18 PM, Marc Feeley <feeley at iro.umontreal.ca> wrote:

> You have to be careful with that intel processor type.  On some versions of linux the system call that returns the size of the cache returns the wrong value.  You might want to double check by explicitly calling (##processor-cache-size 0 0).  If it returns 0 as I suspect, the minimal default heap size of 1 MB will be used, not 4 MB.

Sorry, I meant: (##processor-cache-size #f 0)

This returns the largest data cache size.

Marc




More information about the Gambit-list mailing list