On 2013-01-07, at 11:18 PM, Marc Feeley feeley@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