use the kokoro's default maxfiles on macosx

pull/17187/head
Jan Tattermusch 6 years ago
parent 170e949322
commit 2cf1682c97
  1. 8
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -15,14 +15,8 @@
# Source this rc script to prepare the environment for macos builds
sudo launchctl limit maxfiles unlimited unlimited
# show current maxfiles
# show original open file limit values
launchctl limit maxfiles
ulimit -n 10000
# show current limits
ulimit -a
# synchronize the clock

Loading…
Cancel
Save