Replies: 2 comments 5 replies
-
Hi, so far I was not aware of this issue. Do you use server and client on the physical same machine? If yes, it is not guaranteed that the problem is on the client side. Since the pipeline and hence the buffering on the server side only starts if a client is connected it could also be an issue on the server side. Could you provide any measurements that show which process requires the memory? |
Beta Was this translation helpful? Give feedback.
-
Maybe it's something specific to my setup. Yes, both run on the same physical machine. I could try to run them on separate machines and check if the issue occurs as well. Just did a quick measurement and found that the process "/catkin_ws_teleop/devel/lib/gstreaming/rtsp_server_node __name:=rtsp_server" requires the memory. So apparently the server causes the problem. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I just started using your framework on a single PC with the single_client and single_server. Carla version is 0.9.12, GStreamer 1.14.5., ROS Melodic.
I observed that the memory utilization will continuously rise until Ubuntu crashes. This happens after ~ 6 min simulation time, with multi-camera setup correspondingly faster. With only the server running, everything is fine, which is why I conclude that the leak is somewhere on the client side.
As this seems quite fundamental, is this a known issue and is there a fix?
Thanks a lot,
Philipp
Beta Was this translation helpful? Give feedback.
All reactions