summaryrefslogtreecommitdiff
path: root/osx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'osx.sh')
-rwxr-xr-xosx.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/osx.sh b/osx.sh
index a6eec18c..e297575d 100755
--- a/osx.sh
+++ b/osx.sh
@@ -17,6 +17,10 @@ cd -
cd server
mv bin/*.so .
+
+# avoid too many file opened error
+ulimit -n 4000
+
./bin/lua-language-server publish.lua
cd -