diff --git a/content/en/observability_pipelines/scaling_and_performance/buffering_and_backpressure.md b/content/en/observability_pipelines/scaling_and_performance/buffering_and_backpressure.md
index 41fafb41c86..d68be8f4058 100644
--- a/content/en/observability_pipelines/scaling_and_performance/buffering_and_backpressure.md
+++ b/content/en/observability_pipelines/scaling_and_performance/buffering_and_backpressure.md
@@ -57,7 +57,7 @@ This table compares the differences between the memory and disk buffer.
| Property | Memory Buffer | Disk Buffer |
| -------------------------------------------------------- | ------------------------- | ------------------------------------ |
-| Default size | 500 events | Configurable
Minimum buffer size: 256 MB
Maximum buffer size: 500 GB |
+| Default size | Configurable
Minimum buffer size: 1 MB
Maximum buffer size: 128 GB | Configurable
Minimum buffer size: 256 MB
Maximum buffer size: 500 GB |
| Performance | Higher | Lower |
| Durability through an unexpected Worker restart or crash | None | Events flushed to disk latest every 500 ms |
| Data loss due to an unexpected restart or crash | All buffered data is lost | All buffered data is retained |