.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.

enter image description here

we did lot of work on memory 5.0, have tried 5.0 beta?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -