OutOfMemoryException when a lot of memory is available

后端 未结 10 1105
悲哀的现实
悲哀的现实 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-19 04:19

    If it is a fragmentation problem then you cannot solve it without some sort of profiling. Search for a memory profiler that supports fragmentation detection to know exactly the cause of this fragmentation.

提交回复
热议问题