DaySim
DaySim copied to clipboard
Some general .Net config file suggestions for compute intensive applications
Some general .Net config file suggestions for compute intensive applications that we should investigate
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<gcServer enabled="true"/>
<Thread_UseAllCpuGroups enabled="true"/>
<GCCpuGroup enabled="true"/>
<gcAllowVeryLargeObjects enabled="true"/>
<ThrowUnobservedTaskExceptions enabled="true"/>
</runtime>
</configuration>
https://github.com/RSGInc/DaySim/blob/master/DaySim/app.config