Since some days we're using Orika for Class Mapping in our production environment. Now it seems that we have a problem with the PermGen Space. We need more then twice as much PermGen Space then before and had some OutOfMemoryError's. Is it possible that Orika is producing this memory consumption in the PermGen? Respectively what is the best way to improve this situation?
I read something about the VM-flag -XX:+CMSPermGenSweepingEnabled, which forces the PermGen to collect the garbage. Can this help?
regards Stefan