Can avoid the error with "-server" by changing the EJB/Hibernate loading 
sequence, i.e. by pre-loading some reference Entity objects earlier rather than 
on-demand.

Does JBoss do any major initialisation load testing with EJB3? I mean 20+ SQL 
statements on Web-App startup (i.e. in first request). Many of the EJB 
NamedQueries use 'join fetch'.

Dave

P.S. In the original error CompilerThread1 was trying to allocate 33,554,440 
bytes, i.e. 32MB+8bytes - and then complaining about 'out of swap space?'.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952227#3952227

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952227


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to