Skip to content

Commit f524786

Browse files
author
Alexander Korotkov
committed
Default values of GUCs in readme.
1 parent ab70370 commit f524786

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ pg_wait_sampling_reset_profile() function resets the profile.
104104
The work of wait event statistics collector worker is controlled by following
105105
GUCs.
106106

107-
| Parameter name | Data type | Description |
108-
| ------------------------------- | --------- | ------------------------------------------- |
109-
| pg_wait_sampling.history_size | int4 | Size of history in-memory ring buffer |
110-
| pg_wait_sampling.history_period | int4 | Period for history sampling in milliseconds |
111-
| pg_wait_sampling.profile_period | int4 | Period for profile sampling in milliseconds |
107+
| Parameter name | Data type | Description | Default value |
108+
| ------------------------------- | --------- | ------------------------------------------- | ------------: |
109+
| pg_wait_sampling.history_size | int4 | Size of history in-memory ring buffer | 5000 |
110+
| pg_wait_sampling.history_period | int4 | Period for history sampling in milliseconds | 10 |
111+
| pg_wait_sampling.profile_period | int4 | Period for profile sampling in milliseconds | 10 |
112112

113113
These GUCs are allowed to be changed by superuser. Also, they are placed into
114114
shared memory. Thus, they could be changed from any backend and affects worker

0 commit comments

Comments
 (0)