ModernUO/RunUO.exe.config
Mark Sturgill 1d2ca9ad58 include RunUO.exe.config that specifies server GC by default
SMP systems are ubiquitous now
2013-11-02 11:44:25 -07:00

6 lines
No EOL
111 B
XML

<?xml version="1.0"?>
<configuration>
<runtime>
<gcServer enabled="true" />
</runtime>
</configuration>