My first guess would be you have run out of permenant memory (Sun JVM). The default is 64M you can change it using the following option in JAVA_OPTS in run.bat, eg. -XX:MaxPermSize=128M
To quote the garbage collection tuning docs: "For most applications the permanent generation is not relevant to GC performance. However, some applications dynamically generate and load many classes. For instance, some implementations of JSPs do this. If necessary, the maximum permanent generation size can be increased with MaxPermSize" Regards, Adrian On Wed, 2003-08-13 at 02:22, Joao Clemente wrote: > While load testing my app on JBoss I'm facing this problem: I'm getting > java.lang.outofmemoryError but my system has still 128 Mb ram free!!! > > I'm running JBoss 3.0.8 in Windows 2000. > My system is a p4m-1.8 Ghz with 512Mb DDR. > Windows task manager states 410Mb used, 128Mb available, java process is > showing about 125 Mb memory usage. > > Maybe this issue is something that has to be tweaked with the starting > command? > I'm no advanced java user, and my guess is that maybe the java machine > cannot use full system memory but is bound to som value unless we state > otherwise... can that be it? > > Thanks ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
