Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / understanding-lttng / core-concepts / channel / channel-subbuf-size-vs-subbuf-count.md
index 45fdecb3df349e25ee2e479915ec6de2aa9d7045..b78242bf265e4c4cb45e5e05726294ae76e0b6bf 100644 (file)
@@ -12,11 +12,11 @@ the following list presents a few practical situations along with how
 to configure sub-buffers for them:
 
   * **High event throughput**: in general, prefer bigger sub-buffers to
-    lower the risk of losing events. Having bigger sub-buffers will
-    also ensure a lower sub-buffer switching frequency. The number of
-    sub-buffers is only meaningful if the channel is in overwrite mode:
-    in this case, if a sub-buffer overwrite happens, you will still have
-    the other sub-buffers left unaltered.
+    lower the risk of losing events. Having bigger sub-buffers
+    also ensures a lower sub-buffer switching frequency. The number of
+    sub-buffers is only meaningful if the channel is enabled in
+    overwrite mode: in this case, if a sub-buffer overwrite happens, the
+    other sub-buffers are left unaltered.
   * **Low event throughput**: in general, prefer smaller sub-buffers
     since the risk of losing events is already low. Since events
     happen less frequently, the sub-buffer switching frequency should
This page took 0.022675 seconds and 4 git commands to generate.