We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2e1f36 commit 6024993Copy full SHA for 6024993
isolate-fix-rlimit-nofile.patch
@@ -1,8 +1,6 @@
1
-diff --git "a/isolate.c" "b/isolate.c"
2
-index 68e3f9f..cc23a17 100644
3
---- "a/isolate.c"
4
-+++ "b/isolate.c"
5
-@@ -657,7 +657,7 @@ setup_rlimits(void)
+--- isolate/isolate.c 2020-08-28 17:53:27.186780086 +0200
++++ iso-modified/isolate.c 2020-08-28 17:45:19.147291523 +0200
+@@ -657,7 +657,7 @@
6
RLIM(FSIZE, (rlim_t)fsize_limit * 1024);
7
8
RLIM(STACK, (stack_limit ? (rlim_t)stack_limit * 1024 : RLIM_INFINITY));
0 commit comments