Lars Grefer
Lars Grefer
I don't think this problem is related to JoinFaces but to Primefaces itself
The underscore in `/WEB-INF/faces_config.xml` seems like a typo to me. Do you set the `javax.faces.CONFIG_FILES` parameter anywhere yourself?
@persapiens @larmic Should we close this issue?
Can you have a look with visualvm how much heap is actually used?
Our example application uses about 100MB Heap, 70MB MetaSpace and 250MB Ram in total
Please inspect your JVM processes using https://visualvm.github.io/ in order to see why it uses so much memory
The PreDestory should be called when the view is invalidated or when the session expires
Why do you think that view scoped beans cause a memory overflow?
This seems to be caused by https://github.com/spring-projects/spring-boot/issues/18303
see also https://github.com/spring-projects/spring-security/issues/7411#issuecomment-531031619