For each new Modbus slave, are you creating new Modbus/TCP Client devices (i.e. one per Modbus/TCP slave), or are some of them sharing the same Modbus/TCP Client device?
It is recommended that due to the overhead of TCP (not Modbus/TCP, but TCP), you create a different TCP client per server (slave) IP Address, in this case, it would be a Modbus/TCP Client device.