diff options
Diffstat (limited to 'osx.sh')
-rwxr-xr-x | osx.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 - |