set gcAllowVeryLargeObjects to allow 2GB+ arrays

This commit is contained in:
Morilli 2022-12-21 07:43:34 +01:00
parent 79857a3b71
commit 603530d540
1 changed files with 1 additions and 0 deletions

View File

@ -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" />