We are using AutoMapper 4.2.1.0 in our Dot net application. We are having lots of classes which neeed to map. For performance problem we have got solution from creator itself. due to this initial loading time & memory also decreases.
https://stackoverflow.com/a/37398552/6343798
But we still facing incresed memory issue after each request. Now our concern is Suppose at start component size is 70 MB then after each request the Size increses by 1 MB, eventually lot of request creates lot of memory use.
We call Mapper.Map with each request so may be it is taking to much memory. this is what Dump file memory usages shows.