Garbage Collector

* Enabled GC server
* Enabled concurrent collections
This commit is contained in:
Tedd Hansen
2008-12-05 12:42:32 +00:00
parent e56f918b17
commit 081383c8cb
5 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<gcConcurrent enabled="true" />
<gcServer enabled="true" />
</runtime>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>

Binary file not shown.

View File

@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<gcConcurrent enabled="true" />
<gcServer enabled="true" />
</runtime>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>