Update memory.md (#16291)

pull/16292/head
Rick Anderson 2019-12-20 13:26:52 -08:00 committed by GitHub
parent d0ad48af88
commit f56771e2b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ public void GetFileProvider()
} }
``` ```
[PhysicaFileProvider](/dotnet/api/microsoft.extensions.fileproviders.physicalfileprovider?view=dotnet-plat-ext-3.0) is a managed class, so any instance will be collected at the end of the request. [PhysicalFileProvider](/dotnet/api/microsoft.extensions.fileproviders.physicalfileprovider?view=dotnet-plat-ext-3.0) is a managed class, so any instance will be collected at the end of the request.
The following image shows the memory profile while invoking the `fileprovider` API continuously. The following image shows the memory profile while invoking the `fileprovider` API continuously.