.net - Memory increases with each request due to AutoMapper.Map in c# component -
we using automapper 4.2.1.0 in our dot net application. having lots of classes neeed map. performance problem have got solution creator itself. due initial loading time & memory decreases.
https://stackoverflow.com/a/37398552/6343798
but still facing incresed memory issue after each request. our concern suppose @ start component size 70 mb after each request size increses 1 mb, lot of request creates lot of memory use.
we call mapper.map each request may taking memory. dump file memory usages shows.
we did lot of work on memory 5.0, have tried 5.0 beta?
Comments
Post a Comment