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