From 9f4705abb10e55cced6d1c630e693b0462826bdf Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Mon, 20 Jul 2020 17:29:13 +0300 Subject: [PATCH] Update build-osx.md --- docs/en/development/build-osx.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/en/development/build-osx.md b/docs/en/development/build-osx.md index 02da3ba1390..7a4387f073b 100644 --- a/docs/en/development/build-osx.md +++ b/docs/en/development/build-osx.md @@ -1,6 +1,6 @@ --- toc_priority: 65 -toc_title: How to Build ClickHouse on Mac OS X +toc_title: Build on Mac OS X --- # How to Build ClickHouse on Mac OS X {#how-to-build-clickhouse-on-mac-os-x} @@ -45,14 +45,12 @@ $ cd .. ## Caveats {#caveats} -If you intend to run clickhouse-server, make sure to increase the system’s maxfiles variable. +If you intend to run `clickhouse-server`, make sure to increase the system’s maxfiles variable. !!! info "Note" You’ll need to use sudo. -To do so, create the following file: - -/Library/LaunchDaemons/limit.maxfiles.plist: +To do so, create the `/Library/LaunchDaemons/limit.maxfiles.plist` file with the following content: ``` xml