subscriber queue length
I understand that ROS queues all incoming messages until nodes are able to service those callbacks and that this queue length is specified in the constructor of a subscriber.
But what I would like to know is, what happens if the subscriber specifies a queue length that is bigger than what ROS can support? Does the limit depend on some setting in ROS or does it merely depend on the amount of RAM available on the system?