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.
2 parents 4c26f80 + e693e02 commit 01244b8Copy full SHA for 01244b8
examples/06_loop_types/config/config.json
@@ -2,7 +2,8 @@
2
"resource_limits" : {
3
"RLIMIT_CPU" : 60,
4
"RLIMIT_NPROC" : 100,
5
- "RLIMIT_AS" : "RLIM_INFINITY"
+ "RLIMIT_AS" : "RLIM_INFINITY",
6
+ "RLIMIT_SIGPENDING" : 100
7
},
8
9
"testcases" : [
examples/07_loop_depth/config/config.json
0 commit comments