Adding information about setting the limits.conf file to improve performance.

This commit is contained in:
ejc12 2010-10-18 15:09:03 +00:00
parent 0aff2c6fcd
commit 8789f269fc

View file

@ -93,7 +93,15 @@ II. The Upgrade Process
your tomcat/conf/server.xml file, there are no changes in this upgrade.
For upgrades from V1.0 to V1.1.1, please see the upgrade-1.1.txt file.
8. Start "Apache Tomcat" and log in to VIVO.
8. VIVO is a multithreaded web application that may require more threads than
are permitted under your Linux installation's default configuration. Ensure
that your installation can support the required number of threads by making
the following edits to /etc/security/limits.conf:
apache hard nproc 400
tomcat6 hard nproc 1500
9. Start "Apache Tomcat" and log in to VIVO.
-------------------------------------------------------------------------------