Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-p…
Browse files Browse the repository at this point in the history
…roduction.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Filinto Duran <[email protected]>
  • Loading branch information
filintod and msfussell authored Aug 10, 2023
1 parent 19b9906 commit 5eaa171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The CPU and memory limits above account for the fact that Dapr is intended to su
### Setting soft memory limits on Dapr sidecar

It is recommended to set soft memory limits on the Dapr sidecar when you have set up memory limits.
This will allow the sidecar garbage collector to free up memory when the memory usage is above the limit instead of
This allows the sidecar garbage collector to free up memory when the memory usage is above the limit instead of
waiting to be double of the last amount of memory present in the heap when it was run and that is the default behavior
of the [garbage collector](https://tip.golang.org/doc/gc-guide#Memory_limit) used in Go, and that can lead to OOM Kill events.

Expand Down

0 comments on commit 5eaa171

Please sign in to comment.