Hi Norbert,
Have a look at this link first which contains the whole conversation.
https://groups.google.com/forum/m/#!searchin/va-smalltalk/compatibilitymode$20/va-smalltalk/i2942Kf1rgkThe short answer is to set compatibilityMode to false in your customer object dumper. But NEVER do that for the default policy or else you will be swapping out objects into your ENVY manager that can only be read by 64-bit images.
The compatibilityMode is true by default so 32-bit and 64-bit images can peacefully read each other’s swapped out objects. Once you set this to false, you should get your performance back but will lose that 32/64/bit compat.
Let me know if you have more questions.
- Seth
--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To view this discussion on the web visit
https://groups.google.com/d/msgid/va-smalltalk/b6a7fb29-ea37-42e8-8346-5005819d7319%40googlegroups.com.