2020年7月14日

Analyzing .NET Core memory on Linux with LLDB

摘要: Most of the last week I’ve been experimenting with our .NET Windows project running on Linux in Kubernetes. It’s not as crazy as it sounds. We already 阅读全文

posted @ 2020-07-14 18:53 王.小辉 阅读(234) 评论(0) 推荐(0) 编辑

Liunx下收集dotnet 进程的dump

摘要: 关于在Liunx下收集内存泄漏的dotnet 进程的dump。 以下方式用其中一个即可: 可使用Procdump 对dotnet的应用进行抓取. 如贵方的环境为Ubuntu,可以使用以下命令: https://github.com/microsoft/ProcDump-for-Linux/blob/ 阅读全文

posted @ 2020-07-14 18:13 王.小辉 阅读(825) 评论(0) 推荐(0) 编辑

dotnetcore 内存相关

摘要: 对与dotnetcore 应用本身而言没有指定的设置限制内存使用量,但是可以通过设置GCMode减少内存的使用,同时也有一些参数可以对进程进行设置。 GC Mode:Dotnet core 应用可修改器GCMode 为workstation模式:https://docs.microsoft.com/ 阅读全文

posted @ 2020-07-14 18:11 王.小辉 阅读(448) 评论(0) 推荐(0) 编辑

导航