Details
Description
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