set gcAllowVeryLargeObjects to allow 2GB+ arrays
This commit is contained in:
parent
79857a3b71
commit
603530d540
|
@ -5,6 +5,7 @@
|
||||||
</startup>
|
</startup>
|
||||||
<runtime>
|
<runtime>
|
||||||
<loadFromRemoteSources enabled="true"/>
|
<loadFromRemoteSources enabled="true"/>
|
||||||
|
<gcAllowVeryLargeObjects enabled="true" />
|
||||||
</runtime>
|
</runtime>
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
|
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
|
||||||
|
|
Loading…
Reference in New Issue