-
Bug
-
Resolution: Done
-
Major
-
4.0.0.Final
-
None
run_rhamt.sh script looks at ulimit output to ensure the open file limit is sufficient to run RHAMT. Unfortunately, on OS X, `ulimit -H -n` will output the word 'unlimited' instead of an integer value. The startup script fails on this.
I have submitted a simple PR to fix this: https://github.com/windup/windup-web-distribution/pull/43