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 7b7b0d2 commit a5eb5cfCopy full SHA for a5eb5cf
lib_test/run_tests.ml
@@ -41,7 +41,7 @@ let setup_log level =
41
42
let seed = [| 7; 8; 42; 56 |]
43
let tasks = 64
44
-let task_size = 4096 * 1024
+let task_size = min (4096 * 1024) (Sys.max_array_length / 2)
45
let delay = 4. *. atan 1.
46
47
let task (data,push) =
lwt-parallel.opam
@@ -17,7 +17,7 @@ build: [
17
18
depends: [
19
"base-unix"
20
- "dune"
+ "dune" {>= "1.6"}
21
"fmt"
22
"logs"
23
"lwt" {>= "2.7.0"}
0 commit comments