gpt4 book ai didi

azure - .Net Core 2.0 Web API - 由于析构函数问题导致服务器崩溃

转载 作者:行者123 更新时间:2023-12-02 07:28:21 24 4
gpt4 key购买 nike

好的,我有一个流量相当大的应用程序(每秒大约 17 个请求)。该应用程序是使用 .Net Core 2.0(最近刚刚升级)构建的 REST API。

该应用程序托管在 Azure 上,我们遇到了一个看起来像内存泄漏的问题,因为服务器会非常缓慢(超过一周)耗尽所有处理程序和资源并最终崩溃。

我已经与 MS 支持人员进行了深入交流,他们帮助我缩小了问题范围。这是他们的最后一封电子邮件:

"We are seeing a high amount of large objects (strings and arrays over 85000 bytes) can lead to GC Heap fragmentation and thus higher memory usage in your application. We were investigating how to manage the destructor and I can provide you the following documentation:

I will continue looking for more documentation related with the destructor in .NET Core."

在此之后,他们基本上说 Azure 不应该受到指责,我需要开一张“代码”支持票,费用约为 500 美元......

所以我才来这里。 :)

虽然我担任 .Net 开发人员已超过 15 年,但这是我第一次使用 .Net Core。我发现了这篇很棒的文章,并将其用作我的 API ( https://chsakell.com/2016/06/23/rest-apis-using-asp-net-core-and-entity-framework-core/ ) 的支柱。

当我将它与其他 .Net Core 示例进行比较时,它似乎与这些示例一致,因此我有理由相信我正在遵循“最佳实践”,但我可能是错的。

我担心 .Net Core 存在一个根本问题(MS 提到的那些文章有点暗示),但我不确定如何找到答案。我不想因此而重写我的代码,但除了偶尔重新启动服务器之外,我不确定我的选择是什么。

想法?

最佳答案

好吧...对于后代...我的最终解决方案结果是配置设置问题...Core 的析构函数问题对我来说不是一个因素,因为我们没有发送足够大的字符串来触发它.

您可以在这个问题中看到我的方法和最终答案(使用单例):

ASP.Net Core 2 configuration taking up a lot of memory. How do I get config information differently?

关于azure - .Net Core 2.0 Web API - 由于析构函数问题导致服务器崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46107492/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com