Skip to content

Commit 8333244

Browse files
committed
cicd: fixed test config
1 parent e3a4bb7 commit 8333244

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff 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
128128
private_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]
159159
interval = 60

0 commit comments

Comments
 (0)