Skip to content

Commit 8f6b014

Browse files
committed
proofread
1 parent 98aa18a commit 8f6b014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aspnetcore/fundamentals/servers/includes/memory-eviction2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Automatic eviction from memory poools
1+
## Automatic eviction from memory pool
22

33
The memory pools used by Kestrel, IIS, and HTTP.sys automatically evict memory blocks when the application is idle or under less load. The feature runs automatically and doesn't need to be enabled or configured manually.
44

aspnetcore/fundamentals/servers/kestrel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Kestrel's features include:
3333
* Building a reverse proxy with [YARP](https://github.com/microsoft/reverse-proxy).
3434
* **Extensibility:** Customize Kestrel through configuration, middleware, and custom transports.
3535
* **Performance diagnostics:** Kestrel provides built-in performance diagnostics features, such as logging and metrics.
36-
* **Memory management:** Kestrel includes features for efficient memory management, such as automatic memory pool eviction.
36+
* **Memory management:** Kestrel includes features for efficient memory management, such as automatic eviction from memory pool.
3737

3838
## Get started
3939

0 commit comments

Comments
 (0)