Skip to content

Commit 72dcea2

Browse files
committed
Add a note on how to reach 32 GB of RAM in containers
1 parent 3d81fcf commit 72dcea2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bench/ndarray/jit-numpy-funcs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
import blosc2
1616

17-
N = 30_000 # working size is N * N * 4 * 2 bytes = 7.2 GB
17+
N = 30_000 # working size is N * N * 4 * 2 bytes ~ 6.7 GB
18+
# N = 65_000 # working size is N * N * 4 * 2 bytes ~ 32 GB
1819

1920
# Create some sample data
2021
t0 = time()

0 commit comments

Comments
 (0)