Ruchir Choudhry [http://community.jboss.org/people/ruchirc] replied to the discussion
"java.lang.OutOfMemoryError: PermGen space" To view the discussion, visit: http://community.jboss.org/message/555978#555978 -------------------------------------------------------------- +The permanent generation is used to store class objects and related meta data,+ +-XX:PermSize=256m -XX:MaxPermSize=256m If the problem still persist,then its better to do a profiling and see what is the class which are making too many objects and why.+ + + +Thanks,+ +Ruchir+ -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/555978#555978] Start a new discussion in Performance Tuning at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
