Pierre Neidhardt skribis: > See https://github.com/alex-gutev/generic-cl/issues/6 > > The space size of our current SBCL package is 2Gb. > Shall we increase it to 5Gb? > > What about adding an option to the build system to pass extra parameters > to SBCL? Then we could pass "--dynamic-space-size=5000" just for generic-cl. > > Thoughts? Guillaume? I guess we could increase the default max space size to 4 or 5 GB without causing swapping issues on users' machines (at least on x86-64). And users wanting a smaller one can use the "dynamic-space-size" option at runtime.