Donald Hunter created KARAF-3996:
------------------------------------
Summary: bin/karaf does not set ulimit if MAX_FD_LIMIT="unlimited"
Key: KARAF-3996
URL: https://issues.apache.org/jira/browse/KARAF-3996
Project: Karaf
Issue Type: Bug
Components: karaf-core
Affects Versions: 4.0.1, 3.0.4
Environment: OSX Yosemite
Reporter: Donald Hunter
Priority: Minor
On OSX Yosemite, where ulimit -H -n returns unlimited, the bin/karaf script
will not increase the ulimit. Even if I set MAX_FD, it gets ignored because the
following line stops anything useful from happening:
if [ "$MAX_FD_LIMIT" != 'unlimited' ]; then
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)