We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d41a5b commit 5857cd0Copy full SHA for 5857cd0
.github/actions/bootc-ubuntu-setup/action.yml
@@ -79,3 +79,6 @@ runs:
79
sudo install -T ${target} /usr/bin/bcvk
80
cd -
81
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