OutOfMemoryException when a lot of memory is available

后端 未结 10 1217
悲哀的现实
悲哀的现实 2021-02-19 03:38

We have an application that is running on 5 (server) nodes (16 cores, 128 GB Memory each) that loads almost 70 GB data on each machine. This application is distributed and serve

10条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-19 04:30

    Some of the preliminary questions that other users have suggested are cool, but have you considered being lazy and profiling your app?

    I can think of Ants profiler from Redgate or dotmemory from JetBrains, links below.

    http://www.red-gate.com/products/dotnet-development/ants-memory-profiler/

    https://www.jetbrains.com/dotmemory/

提交回复
热议问题