File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
github-actions-tests/sources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ interval = 15
125125# private_anon_mem_threshold - memory volume threshold after which we need an investigation about memory leak. 1GB by default.
126126# Possible values MB, GB, TB. For example 1GB
127127[memoryleakdiagnostic]
128- enabled = False
128+ enabled = True
129129interval = 15
130130private_anon_mem_threshold = 1GB
131131
@@ -156,8 +156,8 @@ interval = 15
156156# If the relation is blocked by some process such as vacuum full or create index, the result will be -1
157157# by default this plugin disabled. To enable this plugin - set bellow "enabled = False" and define a list of relations.
158158[relationssize]
159- enabled = False
160- relations=postgres.pg_catalog.pg_class,postgres.pg_catalog.pg_user
159+ enabled = True
160+ relations=postgres.pg_catalog.pg_class,mamonsu_test_db.mamonsu.config
161161interval = 300
162162
163163[replication]
You can’t perform that action at this time.
0 commit comments