提交 31430aac 编写于 作者: I Igor Hatarist

Improved OS X build guides a little bit.

上级 fde64064
==How to increase maxfiles on MacOS X==
## How to increase maxfiles on Mac OS X
To increase maxfiles on MacOS create the following file:
To increase maxfiles on MacOS, create the following file:
(Note: you'll need to use sudo)
......@@ -29,11 +29,11 @@ To increase maxfiles on MacOS create the following file:
</plist>
```
execute the following command:
Execute the following command:
```
sudo chown root:wheel /Library/LaunchDaemons/limit.maxfiles.plist
```
Reboot.
To check if it's working, you can use 'ulimit -n' command
To check if it's working, you can use `ulimit -n` command.
......@@ -72,3 +72,7 @@ cmake ..
make -j $THREADS
cd ..
```
# Caveats
If you intend to run clickhouse-server, make sure to increase system's maxfiles variable. See [MacOS.md](https://github.com/yandex/ClickHouse/blob/master/MacOS.md) for more details.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册