File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
github-actions-tests/sources Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ interval = 60
123123# private_anon_mem_threshold - memory volume threshold after which we need an investigation about memory leak. 1GB by default.
124124# Possible values MB, GB, TB. For example 1GB
125125[memoryleakdiagnostic]
126- enabled = False
127- interval = 60
126+ enabled = True
127+ interval = 15
128128private_anon_mem_threshold = 1GB
129129
130130[oldest]
@@ -151,9 +151,9 @@ interval = 60
151151# If the relation is blocked by some process such as vacuum full or create index, the result will be -1
152152# by default this plugin disabled. To enable this plugin - set bellow "enabled = False" and define a list of relations.
153153[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
157157
158158[replication]
159159interval = 60
You can’t perform that action at this time.
0 commit comments