>>>>> "Martin" == Martin Cracauer <[EMAIL PROTECTED]> writes:
Martin> Raymond Toy wrote on Thu, Dec 19, 2002 at 04:49:14PM -0500:
>> >>>>> "Martin" == Martin Cracauer <[EMAIL PROTECTED]> writes:
>>
Martin> So did you try the -dynamic-space-size option?
>>
Martin> All the other spaces in CMUCL are also drastically oversized by
Martin> default as well. I run them all at the bare minimum just fine.
>>
>> I've thought about adding additional options to control the sizes of
>> the other spaces at well.
>>
>> But I've only just thought about it. Should be easy to add, though.
Martin> I think that doesn't really help against failing on machines running
Martin> with changed allowed mmap'able places. The beginning of the spaces
Martin> will still be all over the place and fracture VM as much as they do
Martin> now.
I wasn't intending to say this would solve the problem of changed mmap
spaces. Just thought it might be nice to limit the amount of mmap'd
space if it wasn't going to be used. That's what the
dynamic-space-size option is for.
Ray