14.4. What’s Fixed in 7.1.0

14.4.1. Routing Service Crashed if -maxObjectsPerThread Set Too Small

Routing Service crashed if the command-line option -maxObjectsPerThread had a value less than 1024. This issue, which also affected Recording Service, has been resolved. Now instead of crashing, the service will log the following warning and the default value will be used.

Max objects per thread can't be lower than 1024. Setting MaxObjectsPerThread to 1024.

[RTI Issue ID ROUTING-1024]