How can I prevent this?
Exception in thread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
Exception in thread "Thread-2" java.lang.OutOfMemoryError: PermGen space
It's happening for example if I reloading datatable page often. I understand it that there is something wrong set with garbage collector..
I'm using Eclipse Java EE IDE, JSF2, richfaces4
