Use the following app.config to enable server GC.
<configuration>
<runtime>
<gcServer enabled="true" />
</runtime>
</configuration>
打印 | 张贴于 2004-07-09 14:59:00 | Tag:.Net
随笔 - 47, 评论 - 299, 引用 - 74 |
||
|
Use the following app.config to enable server GC. <configuration> 打印 | 张贴于 2004-07-09 14:59:00 | Tag:.Net 对不起,目前本随笔不允许发表新评论.
|
||
|
Powered by: Joycode.MVC引擎 0.5.2.0 Copyright © Junfeng Zhang |
||
留言反馈
That would be useful for a multithread perf testing driver to measure the throughput of server apps.