File tree 1 file changed +5
-5
lines changed
github-actions-tests/sources
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ interval = 60
123
123
# private_anon_mem_threshold - memory volume threshold after which we need an investigation about memory leak. 1GB by default.
124
124
# Possible values MB, GB, TB. For example 1GB
125
125
[memoryleakdiagnostic]
126
- enabled = False
127
- interval = 60
126
+ enabled = True
127
+ interval = 15
128
128
private_anon_mem_threshold = 1GB
129
129
130
130
[oldest]
@@ -151,9 +151,9 @@ interval = 60
151
151
# If the relation is blocked by some process such as vacuum full or create index, the result will be -1
152
152
# by default this plugin disabled. To enable this plugin - set bellow "enabled = False" and define a list of relations.
153
153
[relationssize]
154
- enabled = False
155
- relations=postgres.pg_catalog.pg_class,postgres.pg_catalog.pg_user
156
- interval = 300
154
+ enabled = True
155
+ relations=postgres.pg_catalog.pg_class,mamonsu_test_db.mamonsu.config
156
+ interval = 15
157
157
158
158
[replication]
159
159
interval = 60
You can’t perform that action at this time.
0 commit comments