On 64-bit platforms, enables objects that are greater than 2 gigabytes (GB) in total size. See Microsoft documentation: https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcallowverylargeobjects-element Runtime configuration added to the Web.config: ```xml <runtime> <gcAllowVeryLargeObjects enabled="true" /> </runtime> ```