[ros-users] [Discourse.ros.org] [Next Generation ROS] Fast-R…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: P. J. Reed via ros-users
Date:  
To: ros-users
Subject: [ros-users] [Discourse.ros.org] [Next Generation ROS] Fast-RTPS Memory Usage - Please Help



The "virtual memory size" (VSZ) listed in ps isn't what you think it is. That is the total size of the address space assigned to the executable, which includes code, data, memory-mapped files, shared libraries, swap usage, and pages that have been allocated but not actually used yet. It's not uncommon for that to be very large; I've got a virtual machine running right now whose VSZ is about 46 GB...

You should actually pay attention to the resident set size (RSS), which is how much physical memory the task is actually using. In your case, 10,320 kB seems more reasonable.






---
[Visit Topic](https://discourse.ros.org/t/fast-rtps-memory-usage-please-help/1739/7) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>