include RunUO.exe.config that specifies server GC by default

SMP systems are ubiquitous now
This commit is contained in:
Mark Sturgill 2013-11-02 11:44:25 -07:00
parent 142f71c258
commit 1d2ca9ad58

6
RunUO.exe.config Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0"?>
<configuration>
<runtime>
<gcServer enabled="true" />
</runtime>
</configuration>