.Net 4 MemoryCache Leaks with Concurrent Garbage Collection

前端 未结 4 558
刺人心
刺人心 2021-01-30 13:24

I\'m using the new MemoryCache in .Net 4, with a max cache size limit in MB (I\'ve tested it set between 10 and 200MB, on systems with between 1.75 and 8GB of memory). I don\'t

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-30 14:03

    MemoryCache definately has some issues. It ate 160Mb of memory on my asp.net server, just changed to simple list and added some extra logic to get the same functionality.

提交回复
热议问题