>>>>> "William" == William Brew <[EMAIL PROTECTED]> writes:
William> To demonstrate the purify problem, I just increased the size numbers in
William> the original test. To demonstrated the non-purify problem, I wrote a
I raised *block-size* to 2048, and I now get errors during purify.
I'm pretty sure the error is because the static space is 128 MB, and
we are running out of static space. This can be easily increased (but
not at run-time) to 256 MB, but anymore will require rearranging the
spaces.
How much static space do you really have? Large static spaces make
GCs significantly longer because the static space is always GCed.
William> the original test. To demonstrated the non-purify problem, I wrote a
William> program that writes a bunch of dummy functions to files. You then
William> compile and load these files, save (without purify) and then the saved
core
William> will not restart as described previously.
Can you send the test code for this?
Ray