You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python memory consumption increases to the expected 7GB in line 3, but subsequently consumes all of the available 32GB on the machine when setting up the TileDB array. The on-disc my_array folder does not appear to be populated with data files -- only metadata is laid down.
Expected behaviour Python streams the Numpy array to disc as a TileDB array, with population of the underlying on-disc folder structure, without blowing the RAM.
Version info
Python 3.7.7
Numpy 1.20.1
TileDB 0.8.4
Filesystem BTRFS
OS Linux Mint 20
Hardware Dell XPS 7590 laptop, 32GB RAM.
The text was updated successfully, but these errors were encountered:
Hi,
I'm not sure if this is a genuine bug or user error (I'm a TileDB newbie), but here goes:
What happened? I am trying to write a 7GB Numpy array to a TileDB data structure:
Python memory consumption increases to the expected 7GB in line 3, but subsequently consumes all of the available 32GB on the machine when setting up the TileDB array. The on-disc
my_array
folder does not appear to be populated with data files -- only metadata is laid down.Expected behaviour Python streams the Numpy array to disc as a TileDB array, with population of the underlying on-disc folder structure, without blowing the RAM.
Version info
Python 3.7.7
Numpy 1.20.1
TileDB 0.8.4
Filesystem BTRFS
OS Linux Mint 20
Hardware Dell XPS 7590 laptop, 32GB RAM.
The text was updated successfully, but these errors were encountered: