Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Increases the number of file descriptors available to the process in …
Browse files Browse the repository at this point in the history
…order to hit a issue when doing restore where we were running out of file descriptors during the build.
  • Loading branch information
livarcocc committed Jan 12, 2016
1 parent 0e4719e commit 030c488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ header "Checking Pre-Reqs"

$REPOROOT/scripts/test/check-prereqs.sh

# Increases the file descriptors limit for this bash. It prevents an issue we were hitting during restore
ulimit -n 512

header "Restoring Tools and Packages"

if [ ! -z "$OFFLINE" ]; then
Expand Down

0 comments on commit 030c488

Please sign in to comment.