DaySim icon indicating copy to clipboard operation
DaySim copied to clipboard

Some general .Net config file suggestions for compute intensive applications

Open bstabler opened this issue 6 years ago • 1 comments

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>

bstabler avatar Oct 24 '19 20:10 bstabler

https://github.com/RSGInc/DaySim/blob/master/DaySim/app.config

bstabler avatar Oct 24 '19 21:10 bstabler