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 9f7b06f commit e2d9cd5Copy full SHA for e2d9cd5
examples/04_python_static_analysis/config/config.json
@@ -2,7 +2,7 @@
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
examples/05_cpp_static_analysis/config/config.json
0 commit comments