[JBoss-user] [Installation & Configuration] - Deploy in JBoss 401

2005-04-04 Thread rcforte
Hi, I am deploying an application in JBoss 4.01, but when I shutdown the system it raises the folowing error: java.lang.OutOfMemoryError: PermGen space message. I am using Xms128m and -Xmx512m jvm option. Need I use a customized configuration to the Garbage Collector increasing the permanent

[JBoss-user] [Performance Tuning] - Re: Performance issue, memory consumption

2004-12-09 Thread rcforte
Hello JoÃo The following links are about performance tuning. http://www.myj2ee.com/Members/Firedragon/jbosstuning http://www.amitysolutions.com.au/downloads/JBoss_code.pdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858108#3858108 Reply to the post : h

[JBoss-user] [Performance Tuning] - Re: JBoss slow after a thread creation

2004-12-09 Thread rcforte
Hello clebert, May you send me the binaries of JBossProfiler? I'm getting a hard time trying to build from the source My mail address: [EMAIL PROTECTED] Thank you very much, Rafael Forte View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858097#3858097 Repl

[JBoss-user] [Performance Tuning] - Re: JBoss slow after a thread creation

2004-12-08 Thread rcforte
Scott, I've found some useful information about -XX flats and GC parallel and concurrent algorithms in the Sun JVM (for multi CPU machines) and I guess my problem is solved. But, in any case, do you recommend some profiling tool to use with JBoss? Thank you very much, Rafael View the original

[JBoss-user] [Performance Tuning] - Re: JBoss slow after a thread creation

2004-12-07 Thread rcforte
Hello Scott I've got the thread dump and for my surprise, the "problematic" thread was the JVM GC Thread. I've tried the -Xincgc flag (sun jvm) but have no success. Have you ever experienced a situation like that? Thank you!!! Regards, Rafael PS.: When this thread begin to consume CPU (99,9%)

[JBoss-user] [Performance Tuning] - JBoss slow after a thread creation

2004-12-07 Thread rcforte
Hi, I'm experiencing some threading problems in my production environment. After some time of execution my production jboss generates a Thread consuming 99,9% of the CPU. The other three processors are 100% idle while this thread is running, decreasing the server performance. My environment: