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 a59fe34 commit e20d7e6Copy full SHA for e20d7e6
src/mdio/core/grid.py
@@ -38,7 +38,7 @@ class Grid:
38
map: ZarrArray | None = None
39
live_mask: ZarrArray | None = None
40
41
- _TARGET_MEMORY_PER_BATCH = 1 * 1024**3 # 1GB limit for
+ _TARGET_MEMORY_PER_BATCH = 1 * 1024**3 # 1GB target for batch process map
42
_INTERNAL_CHUNK_SIZE_TARGET = 10 * 1024**2 # 10MB target for internal chunks
43
44
def __post_init__(self):
0 commit comments