Skip to content

Commit a2a22e3

Browse files
committed
cicd: fixed mamonsu config
1 parent 7371940 commit a2a22e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
129129
interval = 15
130130
private_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
161161
interval = 300
162162

163163
[replication]

0 commit comments

Comments
 (0)