Skip to content

Commit 9aba191

Browse files
author
Ron Petrusha
authored
Corrected typo in URL (microsoft#826)
1 parent 8e81013 commit 9aba191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/net471/KnownIssues/470006-GC Crashes with high rate of large object allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This problem is rare and is more likely to occur when running on the x86 version
3333

3434
## Workarounds
3535

36-
The most practical workaround is to disable background GC by setting the `enabled` attribute of the [<gcConcurrent> element](https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtimea/gcconcurrent-element) in the
36+
The most practical workaround is to disable background GC by setting the `enabled` attribute of the [<gcConcurrent> element](https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/runtime/gcconcurrent-element) in the
3737
<runtime> section of your application configuration file to `false`.
3838

3939
The only other workaround is to change the application to allocate and free large objects

0 commit comments

Comments
 (0)