Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
abejgonzalez committed Dec 8, 2022
1 parent 87632ff commit 968ae89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/fix-open-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ REQUIRED_LIMIT=16384

if [ "$HARD_LIMIT" -lt "$REQUIRED_LIMIT" ]; then
echo "WARNING: Your system does not support an open files limit (the output of 'ulimit -Sn' and 'ulimit -Hn') of at least $REQUIRED_LIMIT, which is required to workaround a bug in buildroot. You will not be able to build a Linux distro with FireMarshal until this is addressed."
echo "WARNING: HARD_LIMIT=$HARD_LIMIT REQUIRED_LIMIT=$REQUIRED_LIMIT"
fi

# in any case, set the soft limit to the same value as the hard limit
Expand Down

0 comments on commit 968ae89

Please sign in to comment.