Question
How to analyze the memory usage in executing a service?
The input for the service is coming from reading a csv file. As per the data in the csv file the Things are created in Thingworx. I am trying to understand how much memory is being consumed in the process of creating multiple Thing objects form the above service.

