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 53033ca + a160a74 commit 710035fCopy full SHA for 710035f
scripts/complex-scheme.sh
@@ -17,12 +17,12 @@ FIRST_PREIMAGE_NBITS=63
17
# if OPS=10 takes 60s, then for N days:
18
# N * 24 * 3600 / 60 * 10 = N * 14400
19
MONTHS_LONG_OPS=$((DAYS * 14400))
20
-# This is 16GB
21
-LARGE_MEM_LIMIT_KBYTES=16777216
+# This is 8GiB
+LARGE_MEM_LIMIT_KBYTES=8388608
22
23
# The second preimage is easy to derive but requires money/time to brute-force
24
SECONDS_LONG_OPS=7
25
-# This is 4GB
+# This is 4GiB
26
SMALL_MEM_LIMIT_KBYTES=4194304
27
28
if [[ ! -f "$SALT" ]]; then
0 commit comments