-
Notifications
You must be signed in to change notification settings - Fork 41
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
performance_test used up memory on ubuntu 16.4 #62
Comments
Test case follow below: $ RMW_IMPLEMENTATION=rmw_fastrtps_cpp ros2 run performance_test perf_test --communication ROS2 -p1 --max_runtime 120 -l 'rate_1000/subs_1/log' --topic Array2m --rate 1000 -s 1 --transient --reliable $ RMW_IMPLEMENTATION=rmw_connext_cpp ros2 run performance_test perf_test --communication ROS2 -p1 --max_runtime 120 -l 'rate_1000/subs_1/log' --topic PointCloud2m --rate 1000 -s 1 |
|
@deeplearningrobotics: In the transient mode, why it consume much more memory step by step? Was it caused by backup samples, are those backup samples no any free? |
@BraddlyTDY are you still seeing this issue? If yes, could you tell us about your platforms:
|
@dejanpan I try this performance tool latest code on ubuntu 18..04.2 LTS bionic. $ RMW_IMPLEMENTATION=rmw_fastrtps_cpp ros2 run performance_test perf_test --communication ROS2 -p1 --max_runtime 120 -l 'rate_1000/subs_1/log' --topic Array2m --rate 1000 -s 1 --transient --reliable --history_depth 100 My system environment: Thanks. |
Hello,
I investigate ROS2 crystal DDS performance via ApexAI performance_test test tool on ubuntu 16.04.
I'd like to ask a question about performance_test will use up system memory.
While test large message like Array1m, PointCloud2m, system may be pending for no free memory, like for rmw_fastrtps_cpp case, performance_test test with QoS reliable and transient, it looks like refer to transient mode(backup samples), but it should not consumes more memory by running more time and no any free memory.
And test rmw_connext_cpp case, it also happens even if Best Effor and Volatile mode.
And small message no this issue.
Is it some configuration while performance_test and ROS2 QoS or others?
Please help me to fix it.
Thanks !
The text was updated successfully, but these errors were encountered: