In a default installation of JBoss 5, the JBoss hot deployment scanner runs every 5 seconds, which affects JBoss performance. You can disable this feature, if it is not needed, or change how often it runs.
To disable or modify hot deployment
Single Node: jboss_home/server/default/deploy
Cluster: jboss_home/server/all/deploy
<attribute name="ScanEnabled">False</attribute>
Note: For more details, see this link: http://community.jboss.org/wiki/JBossASTuningSlimming.
To address Out of Memory errors
You may see "Out of Memory" exceptions if the Java Heap size is too small. We recommend an initial size of 1024.
Copyright © 2013 CA.
All rights reserved.
|
|