+3 votes
in Databases by (71.8k points)
edited by

I am running ETL CDM Builder to convert about 2TB of data into CDMv5 format, but it is giving an error 'System.OutOfMemoryException: Array dimensions exceeded supported range'  at 'Chunks creation' step. How can I fix it?

1 Answer

+2 votes
by (73.8k points)
selected by
 
Best answer

If you have configuration file, add the following lines to it. Hopefully, it will fix the issue.

 <runtime>

    <gcAllowVeryLargeObjects enabled="true" />

 </runtime>


...