From 3d3a98c803a7a606fd9c01c20bc55fac8c5906e4 Mon Sep 17 00:00:00 2001
From: Lorenz Meier <lorenz@px4.io>
Date: Tue, 5 Feb 2019 16:19:55 +0100
Subject: [PATCH] Add script to set the correct ulimit on Mac OS (#11247)

---
 Tools/mac_set_ulimit.sh | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100755 Tools/mac_set_ulimit.sh

diff --git a/Tools/mac_set_ulimit.sh b/Tools/mac_set_ulimit.sh
new file mode 100755
index 0000000000..a7822895fb
--- /dev/null
+++ b/Tools/mac_set_ulimit.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+ulimit -S -n 2048
-- 
GitLab