Windows 服务器版本上的 gcServer 默认为 true 吗?

发布于 2024-11-01 02:50:35 字数 174 浏览 5 评论 0原文

我有一个 .Net 4.0 Win Forms 应用程序,在两个盒子上运行,一个是 Win7 盒子,一个是 Win Server 2k3 盒子。 2k3 盒子上的应用程序全天有 2-3 次间歇性挂起,这似乎是大型垃圾收集,而 win7 盒子上从来没有这些长时间的垃圾收集。 Win2k3上的默认GC是否可能与Win7上的默认GC不同?

I have a .Net 4.0 Win Forms app that I run on two boxes, one is a Win7 box, one is a Win Server 2k3 box. The app on the 2k3 box has 2-3 intermittent hangs throughout the day that appear to be large garbage collections, while the win7 box never has these long garbage collections. Is it possible that the default GC on Win2k3 is different than the default on Win7?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法回应 2024-11-08 02:50:35

不,它没有改变,如下所述:http://msdn.microsoft。 com/en-us/library/ms229357.aspx

以下打印 false

Console.WriteLine(System.Runtime.GCSettings.IsServerGC);

亲自尝试以确保其他开发人员没有修改配置。 :)

No, it has not changed, as documented here: http://msdn.microsoft.com/en-us/library/ms229357.aspx

The following prints false:

Console.WriteLine(System.Runtime.GCSettings.IsServerGC);

Try for yourself to make sure another developer hasn't tinkered with the configuration. :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文