We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5361166 commit 6056294Copy full SHA for 6056294
1 file changed
.github/workflows/CD.yml
@@ -76,6 +76,9 @@ jobs:
76
# make all
77
# ./scripts/process_all.sh
78
set -x
79
+ ulimit -a
80
+ ulimit -n unlimited
81
82
83
# Remove wildcard domains from `cache/nxdomains`
84
if [ -s cache/nxdomains ]; then
0 commit comments