From 8789f269fc17df587eb449d8224350662a206275 Mon Sep 17 00:00:00 2001 From: ejc12 Date: Mon, 18 Oct 2010 15:09:03 +0000 Subject: [PATCH] Adding information about setting the limits.conf file to improve performance. --- doc/upgrade-1.1.1.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/upgrade-1.1.1.txt b/doc/upgrade-1.1.1.txt index 08a9626c..8e30c20f 100644 --- a/doc/upgrade-1.1.1.txt +++ b/doc/upgrade-1.1.1.txt @@ -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. -------------------------------------------------------------------------------