Hi, > 1GB seems like a reasonable default today. We should err on the low > side, since that will give a better initial experience. We could even > try to configure some of this automatically, based on /proc/meminfo. > (That works on Linux and Cygwin. Does it work on OSX?)
OSX does not have procfs. Parsing `sysctl -an hw.memsize` should be the quickest way. Regards, -Michele Catasta