From a3d84dd68dcd58d8894d99c2892a1069f0acf492 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 4 Jan 2018 17:18:40 -0500 Subject: [PATCH] Update readme with fork crash workaround for macOS 10.13+ --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 79cf74ab2..8f69f7da4 100644 --- a/README.rst +++ b/README.rst @@ -163,8 +163,12 @@ In order to run the server execute the following command:: make serve If you intend to run on Mac OS there are several more steps required. + - You need to increase the maxfile limit as described `here `_. - Install sshpass as described `here `_. +- If you are running macOS 10.13 or greater and you encounter unexpected crashes when running scans, + set the environment variable ``OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES`` before starting the server. + See explanation `here `_. Piping data to Elasticsearch