Skip to content

Commit f946167

Browse files
committed
feature: changed default autovacuum plugin interval value and added a comment about this parameter
1 parent 2e3d467 commit f946167

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

github-actions-tests/sources/agent_3.5.0.conf

+4-1
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,11 @@ interval = 15
8484
[bgwriter]
8585
interval = 15
8686

87+
# Besides standard autovacuum workers count, mamonsu also counts autovacuum utilization.
88+
# But this metric is instantaneous, so recommended to run this plugin frequently
89+
# to get a complete picture of autovacuum utilization.
8790
[autovacuum]
88-
interval = 60
91+
interval = 30
8992

9093
[connections]
9194
percent_connections_tr = 90

packaging/conf/example_linux.conf

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ interval = 60
8585
max_count_files = 2
8686
interval = 60
8787

88+
# Besides standard autovacuum workers count, mamonsu also counts autovacuum utilization.
89+
# But this metric is instantaneous, so recommended to run this plugin frequently
90+
# to get a complete picture of autovacuum utilization.
8891
[autovacuum]
89-
interval = 60
92+
interval = 30
9093

9194
[bgwriter]
9295
interval = 60

packaging/conf/example_win.conf

+4-1
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,11 @@ interval = 60
8585
max_count_files = 2
8686
interval = 60
8787

88+
# Besides standard autovacuum workers count, mamonsu also counts autovacuum utilization.
89+
# But this metric is instantaneous, so recommended to run this plugin frequently
90+
# to get a complete picture of autovacuum utilization.
8891
[autovacuum]
89-
interval = 60
92+
interval = 30
9093

9194
[bgwriter]
9295
interval = 60

0 commit comments

Comments
 (0)