Browse Source

Increase file descriptor limit for Robo on Linux

microsub
J. King 5 years ago
parent
commit
5bf0b67ec3
  1. 3
      robo

3
robo

@ -1,8 +1,9 @@
#! /bin/sh
base=`dirname "$0"`
roboCommand="$1"
shift
ulimit -n 2048
if [ "$1" = "clean" ]; then
"$base/vendor/bin/robo" "$roboCommand" $*
else

Loading…
Cancel
Save