High memory usage after collect()
despite using limit(1)
#17714
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
rust
Related to Rust Polars
Checks
Reproducible example
Warning the following code will allocate nearly 5GB.
Log output
Issue description
The following code seems to allocate a lot of memory for a data frame of shape
(1,1)
.The longer code snippet can be used for testing & ensures that the memory measurements are more reliable (to my knowledge, there is no way to measure exact amount of used memory)
Expected behavior
Allocate a small amount of memory for a data frame of size
(1,1)
.Installed versions
lazy
The text was updated successfully, but these errors were encountered: