GCLOHThreshold element
Specifies the threshold size, in bytes, that causes the garbage collector to put objects on the large object heap (LOH).
<configuration>
<runtime>
<GCLOHThreshold>
Syntax
<GCLOHThreshold
enabled="nnnn"/>
Attributes
Attribute | Description |
---|---|
enabled |
Required attribute. Specifies the threshold size that causes objects to go on the large object heap. |
enabled attribute
Value | Description |
---|---|
nnnn |
The threshold size, in bytes, that causes objects to go on the large object heap. |
Child elements
None.
Parent elements
Element | Description |
---|---|
configuration |
The root element in every configuration file used by the common language runtime and .NET Framework applications. |
runtime |
Contains information about assembly binding and garbage collection. |
Remarks
This setting was introduced in .NET Framework 4.8.
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.