Skip to content

[ENHANCEMENT] Allow large objects over 2GB in memory #6

@lorenzobruni

Description

@lorenzobruni

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:

<runtime>
    <gcAllowVeryLargeObjects enabled="true" />
</runtime>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions