-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
D435i: memory usage increasing constantly #4332
Comments
@terranas hello, thank you for the report. |
I am having a similar issue using the Intel D415.
Just so we are on the same page I used the code example provided by terranas and evaluated it with Valgrind. |
I've met the same problem. Have you got any solution? |
Hi all, we have also experienced similar issues running the same setup @JamesPiggott used. We have also tested on Ubuntu 16.04 which gave similar results. Also, the valgrind report @JamesPiggott attached is similar to the one in #3433. Downgrading to SDK 2.17.1, a version we previously used, gives no memory leak. |
This seems to be affecting us as well. Any updates? We are on 2.19.1 but are happy to update to one where it's fixed |
@terranas This issue was fixed in the current SDK release. Could you please give it a try? |
@terranas If we don't hear from you in 7 days, this issue will be closed. |
Issue Description
https://github.com/IntelRealSense/librealsense/blob/master/doc/d435i.md
Processing IMU sensor data according to the above, process memory (Private Bytes) has increase about 27KB/sec.
Leave it running 36 hours, memory usage keep increased and process has died.
Strangely, I got same result by more simple code.
This looks like a memory leak to me. Is there a suspected cause?
The text was updated successfully, but these errors were encountered: