-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
High memory allocation in pendulum 3.0 #857
Comments
That is troubling. I don't know too much about Rust, but I am open to accepting PRs that implement improvements on that front. |
I think one first step would be to see if anyone else sees the same results I get when profiling. I tested in windows/linux and saw similar results, but would be great to confirm its not just a "me" issue. |
Actually, I got the exactly same memory consumption issue with |
I'm getting segfault inside a docker container as |
@cody-scott any chance you could test the latest master branch? I have merged some changes to the Rust-Python code and I suspect it might be the answer to this issue (at least partially) |
[x ] I am on the latest Pendulum version.
[x ] I have searched the issues of this repo and believe that this is not a duplicate.
OS version and name: Debian GNU/Linux 12 (bookworm)
Pendulum version: 3.0.0
Issue
In pendulum 3.0.0 it is allocating a large amount of memory for the library (up to 1gb). In prior versions, memory allocation was usually less than 2 mb for the same import. Possibly due to rust re-write?
tested/validated using memray with both
pendulum==3.0.0
andpendulum==2.1.2
flame_graphs.zip
The text was updated successfully, but these errors were encountered: