Skip to content

Commit 5857cd0

Browse files
committed
Bump hard fd limit
1 parent 4d41a5b commit 5857cd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/bootc-ubuntu-setup/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,6 @@ runs:
7979
sudo install -T ${target} /usr/bin/bcvk
8080
cd -
8181
rm -rf "$td"
82+
83+
# Also bump the default fd limit as a workaround for https://github.com/bootc-dev/bcvk/issues/65
84+
sed -i -e 's,^\* hard nofile 65536,* hard nofile 524288,' limits.conf

0 commit comments

Comments
 (0)