Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Norris <[email protected]>
Signed-off-by: esmerel <[email protected]>
  • Loading branch information
esmerel and cnorris-cs authored Nov 8, 2024
1 parent def2c25 commit 55e77c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administration/backpressure.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ buffers only to the filesystem. When `storage.type filesystem` is set, the

## `Mem_Buf_Limit`

`Mem_Buf_Limit` only applies with the default `storage.type memory`. This option is
`Mem_Buf_Limit` applies only with the default `storage.type memory`. This option is
disabled by default and can be applied to all input plugins.

As an example situation:
Expand All @@ -51,7 +51,7 @@ As an example situation:
- The engine routes the data to an output plugin.
- The output plugin backend (HTTP Server) is down.
- Engine scheduler retries the flush after 10 seconds.
- The input plugin tries to append 500KB.
- The input plugin tries to append 500&nbsp;KB.

In this situation, the engine allows appending those 500&nbsp;KB of data into the memory,
with a total of 1.2&nbsp;MB of data buffered. The limit is permissive and will
Expand Down

0 comments on commit 55e77c1

Please sign in to comment.