[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS Crashing on Linux while sending JMS messages Irregula

2006-06-19 Thread sumesh_ps
Hi All, Our Application is running on Red Hat Enterprise Linux ES release 4 (Nahant) Kernel version : Linux 2.6.9-5.ELsmp #1 SMP i686 i686 i386 GNU/Linux JDK version : 1.4.2_07 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05) Java HotSpot(TM) Client VM (build 1.4.2_07-b05

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError while Jboss deploy's my appli

2004-12-16 Thread sumesh_ps
Why don't you try to give JVm options -Xms256m -Xmx512m -XX:MaxPermSize:126m in run.conf $JBOSS_HOME/bin Cheers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858906#3858906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Javassist user questions] - Re: starting JBOSS server services at the time of system reb

2004-05-23 Thread sumesh_ps
if you are using linux copy the <>/bin/redhat_init_jboss.sh to /etc/init.d and rename it to jboss and set correct jboss_home and java_home path then you can set jboss as service . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835987#3835987 Reply to the po

[JBoss-user] [Performance Tuning] - Jboss JVM option -Xmx -Xms

2004-03-10 Thread sumesh_ps
In our production server ,Server have 4GB RAM in that 1.We tried with -Xms512m -Xmx512m then what happed one or two hours after restarting again system hangs up and users not able to get the page. 2.Then we started testing with bigger value that will be most suitable. Finally we have giv