-
Notifications
You must be signed in to change notification settings - Fork 149
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
Nodelet runs out of memory and dies #295
Comments
@doggo4242 Thanks for reporting the problem? But how long it takes before you run into the nodelet runs out of memory? |
About 2 minutes. |
Do you have other nodes running besides Ouster's driver nodelets? |
No. I disabled it, same issue. Output is as follows:
|
No that's a different issue, I don't see an out of memory problem in the last log |
Where did you get the idea that the process is dying because of an out of memory problem? I don't see that in the logs you provided. There are multiple case where the following issue occurs: FATAL] [1708996967.972998309]: Failed to load nodelet '/ouster/os_driver` of type `ouster_ros/OusterDriver` to manager `os_nodelet_mgr'
================================================================================REQUIRED process [ouster/os_nodelet_mgr-2] has died! I would gdb or verbose logging and see what that may yield. |
My kernel logs say as much. |
You need to build the driver with |
Never mind, got it running under gdb. Same output, no logs:
|
@doggo4242 This problem seem to only to happen on your environment, I can't reproduce and I don't others reporting the same problem. Please consider opening a support ticket so that they might able to assist better with the issue. |
Describe the bug
Nodelet runs out of memory, consuming 14G (out of 16G) of ram and 10G of swap before being killed by the OOM killer.
Exact message:
The log
/root/.ros/log/280f4d1c-ca0e-11ee-8e5b-743af4340b7f/ouster-os_nodelet_mgr-2.log
does not exist.To Reproduce
Steps to reproduce the behavior (steps below are just an example):
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
bb2ab24ac6b0ea480bce1d371b0e5e06a3d17b87
The text was updated successfully, but these errors were encountered: