diff --git a/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md b/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
index aa982ea94957..02af9d474a3c 100644
--- a/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
+++ b/docs/content/stable/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
@@ -35,7 +35,7 @@ To configure ASH, you can set the following YB-TServer flags for each node of yo
| Flag | Description |
| :--- | :---------- |
| ysql_yb_enable_ash | Enables ASH. Changing this flag requires a TServer restart. Default: true |
-| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults:
- 32 MiB for 1-2 cores
- 64 MiB for 3-4 cores
- 128 MiB for 5-8 cores
- 256 MiB for 9-16 cores
- 512 MiB for 17-32 cores
- 1024 MiB for more than 32 cores
Changing this flag requires a TServer restart. |
+| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults:- 32768 (32 MiB) for 1-2 cores
- 65536 (64 MiB) for 3-4 cores
- 131072 (128 MiB) for 5-8 cores
- 262144 (256 MiB) for 9-16 cores
- 524288 (512 MiB) for 17-32 cores
- 1048576 (1024 MiB) for more than 32 cores
Changing this flag requires a TServer restart. |
| ysql_yb_ash_sampling_interval_ms | Sampling interval (in milliseconds). Changing this flag doesn't require a TServer restart. Default: 1000 |
| ysql_yb_ash_sample_size | Maximum number of events captured per sampling interval. Changing this flag doesn't require a TServer restart. Default: 500 |
diff --git a/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md b/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
index 114f5ab9f988..d135f3be1d5c 100644
--- a/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
+++ b/docs/content/v2.25/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
@@ -33,7 +33,7 @@ To configure ASH, you can set the following YB-TServer flags for each node of yo
| Flag | Description |
| :--- | :---------- |
| ysql_yb_enable_ash | Enables ASH. Changing this flag requires a TServer restart. Default: true |
-| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults:- 32 MiB for 1-2 cores
- 64 MiB for 3-4 cores
- 128 MiB for 5-8 cores
- 256 MiB for 9-16 cores
- 512 MiB for 17-32 cores
- 1024 MiB for more than 32 cores
Changing this flag requires a TServer restart. |
+| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults:- 32768 (32 MiB) for 1-2 cores
- 65536 (64 MiB) for 3-4 cores
- 131072 (128 MiB) for 5-8 cores
- 262144 (256 MiB) for 9-16 cores
- 524288 (512 MiB) for 17-32 cores
- 1048576 (1024 MiB) for more than 32 cores
Changing this flag requires a TServer restart. |
| ysql_yb_ash_sampling_interval_ms | Sampling interval (in milliseconds). Changing this flag doesn't require a TServer restart. Default: 1000 |
| ysql_yb_ash_sample_size | Maximum number of events captured per sampling interval. Changing this flag doesn't require a TServer restart. Default: 500 |
diff --git a/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md b/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
index 655bf902f518..91c5c6534854 100644
--- a/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
+++ b/docs/content/v2024.2/launch-and-manage/monitor-and-alert/active-session-history-monitor.md
@@ -37,7 +37,7 @@ To configure ASH, you can set the following YB-TServer flags for each node of yo
| Flag | Description |
| :--- | :---------- |
| ysql_yb_enable_ash | Enables ASH. Changing this flag requires a TServer restart. Default: true |
-| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults:- 32 MiB for 1-2 cores
- 64 MiB for 3-4 cores
- 128 MiB for 5-8 cores
- 256 MiB for 9-16 cores
- 512 MiB for 17-32 cores
- 1024 MiB for more than 32 cores
Changing this flag requires a TServer restart. |
+| ysql_yb_ash_circular_buffer_size | Size (in KiB) of circular buffer where the samples are stored.
Defaults:- 32768 (32 MiB) for 1-2 cores
- 65536 (64 MiB) for 3-4 cores
- 131072 (128 MiB) for 5-8 cores
- 262144 (256 MiB) for 9-16 cores
- 524288 (512 MiB) for 17-32 cores
- 1048576 (1024 MiB) for more than 32 cores
Changing this flag requires a TServer restart. |
| ysql_yb_ash_sampling_interval_ms | Sampling interval (in milliseconds). Changing this flag doesn't require a TServer restart. Default: 1000 |
| ysql_yb_ash_sample_size | Maximum number of events captured per sampling interval. Changing this flag doesn't require a TServer restart. Default: 500 |