User Processes Limit in RHEL
The limit of user processes in Red Hat Enterprise Linux should be raised from the default value of 1024. To do so, add a line to the file etc/security/limits.conf, as follows:
* soft nproc 8192
The limit can be checked with the ulimit ‑u command.