From ab4854cd98cc24213d7fcee3e9b6bcb2dcb93d92 Mon Sep 17 00:00:00 2001 From: Dilip Kumar Date: Tue, 19 Apr 2022 11:26:56 +0530 Subject: [PATCH] Increase autovacuum_naptime for test decoding testing Occasionally the decoding of test cases fails due to the small autovacuum_naptime on the slow machine. Because the invalidation messages generated by the analyze command make logical_decoding_workmem limit exhaust faster. --- contrib/test_decoding/logical.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/test_decoding/logical.conf b/contrib/test_decoding/logical.conf index 07c4d3d..fc042c6 100644 --- a/contrib/test_decoding/logical.conf +++ b/contrib/test_decoding/logical.conf @@ -1,3 +1,4 @@ wal_level = logical max_replication_slots = 4 +autovacuum_naptime = 1d logical_decoding_work_mem = 64kB -- 1.8.3.1