Adding information about setting the limits.conf file to improve performance.
This commit is contained in:
parent
0aff2c6fcd
commit
8789f269fc
1 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue