Increasing the number of file handles on Linux workstations
About this task
Important: Before you install or upgrade your DevOps product you must increase the number of file handles available. A system administrator must make this change.
Use caution when increase the allowed number of file descriptors on Linux™. Failure to follow the instructions can result in a computer that does not start correctly. For the best results, have your system administrator perform this procedure.
Procedure
To increase the file descriptor limit:
Red Hat
For Red Hat systems, follow a similar procedure, editing
the /etc/security/limits.conf file. In this file,
add lines similar to the following:
* soft nofile 16383
* hard nofile 16383