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
125
125
# private_anon_mem_threshold - memory volume threshold after which we need an investigation about memory leak. 1GB by default.
126
126
# Possible values MB, GB, TB. For example 1GB
127
127
[memoryleakdiagnostic]
128
- enabled = False
128
+ enabled = True
129
129
interval = 15
130
130
private_anon_mem_threshold = 1GB
131
131
@@ -156,8 +156,8 @@ interval = 15
156
156
# If the relation is blocked by some process such as vacuum full or create index, the result will be -1
157
157
# by default this plugin disabled. To enable this plugin - set bellow "enabled = False" and define a list of relations.
158
158
[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
161
161
interval = 300
162
162
163
163
[replication]
You can’t perform that action at this time.
0 commit comments