-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak while reading from sparse arrays #859
Comments
Hi @danielgafni, thanks for trying TileDB and for opening the issue. We do have several tests for memory usage, although this may be too slow to show up in that case. We'll take a closer look and get back to you soon. Thanks! |
Hey guys! Any progress with this? |
Hi @danielgafni, I've put in two fixes which will be in the next libtiledb/tiledb-py release:
Thanks again for the report! |
Thank you @ihnorton ! Can't wait to try the fixed version |
Bug
A snippet to reproduce (you can monitor the consumed memory in any convenient way, like htop):
Info
OS
NAME="Ubuntu"
VERSION="20.04.3 LTS (Focal Fossa)"
Python 3.7.12
tiledb 0.11.5
numpy 1.21.4
The text was updated successfully, but these errors were encountered: