-
Notifications
You must be signed in to change notification settings - Fork 2
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 consumption when loading data #18
Comments
not sure if I tried to optimize memory while reading the file... will have to look at it.
This might be a nice helper to map in as a |
Yah that gives me 916Mb, but I guess it might be due to all those nan values #19 in that measurement, as another file has 30mB on disk and 916Mb in memory. |
OK good, so no big memory leak (not here anyway!) but we can leave this open for someone to add a |
Just to add the slack discussion here too: |
Isn't the last comment from @MerlinSmiles actually a bug ? |
@giulioungaretti Yes, and it awards me with pizza :) |
@MerlinSmiles hard to reproduce the behaviour you see on osx/linux. Weird. |
I have a dataset on disk it consumes 250mb, when I load this after the measurement has finished, the python process consumes ~1GB of memory, does that somehow make sense? Shoudnt it be much smaller in memory?
How can I profile this?
cc: @alexcjohnson @giulioungaretti
The text was updated successfully, but these errors were encountered: