The relevant sections of the administering section include these tips, as well as more information about why these tips work and what you should consider before you apply any of these tuning changes.
Make sure that your JVM has the correct settings for the computer that your Jazz application is deployed on. This is one of the most frequent causes of issues in Jazz deployments. There are a series of options, and you need to set each appropriately.
If you're using Linux, be sure to increase the the limit of open files and user processes:
/etc/security/limits.conf
file:
* hard nofile 65536 * soft nofile 65536 * hard nproc 10000 * soft nproc 10000
limits.conf
file is modified.
ulimit -n 65536 ulimit -u 10000
Double-check that your network cards and interfaces are set to full-duplex.
Status icon key: