Large Data

0
0

Hi

I need an array that requires more than 2GB of RAM ,  I add this code in web.config but app is not working

<configuration>
  <runtime>
    <gcAllowVeryLargeObjects enabled = "true" />
  </runtime>
</configuration>
  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.