-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Bug Report
As reported in #675 , the Quick start instructions fail on Mac because of the following problems :
While executing make cluster:
readlinkdoes not support the-foption on Macuuidgenreturns uppercase strings on Mac
Also, the documentation recommends to tune sysctl value tune vm/max_map_count for Elasticsearch, but it fails on mac.
Possible Solution
- Find a POSIX alternative for
readlink -fand apply it inbin/arnoldandbin/init-cluster(hint here?) - Fix the
uuidgencase issue - Update the documentation to mention that the sysctl command needs special care on mac (possible solution here)