ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Based on @gvdhoorn's comment, the solution was indeed to increase the file descriptor limit, which was set to 1024 by default:

ulimit -n 32768 (arbitrary choice)