I get the following error when checking status of web tier server or bootstrapper. The status is returned but it also returns this message. Any thoughts? I verified the open files had limit is set above 4096.
line 20: ulimit: open files: cannot modify limit: Operation not permitted
Try this increase, 65536 should cause no issues.
set the ulimit of the install user(username) to 65536 in /etc/security/limits.conf
username hard nofile 65536
username soft nofile 65536