.. include:: ../vars.rst .. _section-whats-fixed-710: What's Fixed in 7.1.0 ===================== 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. .. code-block:: text Max objects per thread can't be lower than 1024. Setting MaxObjectsPerThread to 1024. [RTI Issue ID ROUTING-1024]