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 710035f + 2f35f23 commit a75aab0Copy full SHA for a75aab0
scripts/complex-scheme.sh
@@ -14,9 +14,9 @@ KEYFILE_SIZE="32"
14
# There is no good reason to use a low value here
15
FIRST_PREIMAGE_NBITS=63
16
# Calculate ops based on input days parameter
17
-# if OPS=10 takes 60s, then for N days:
18
-# N * 24 * 3600 / 60 * 10 = N * 14400
19
-MONTHS_LONG_OPS=$((DAYS * 14400))
+# if OPS=10 takes 30s, then for N days:
+# N * 24 * 3600 / 30 * 10 = N * 28800
+MONTHS_LONG_OPS=$((DAYS * 28800))
20
# This is 8GiB
21
LARGE_MEM_LIMIT_KBYTES=8388608
22
0 commit comments