From eceda748e5889c1ed852afebf84d6f96bfdd33c4 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Thu, 7 Sep 2023 23:53:29 +0300 Subject: [PATCH] Update config.go --- agent/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/config/config.go b/agent/config/config.go index bd390d4ded..4e0de3e434 100644 --- a/agent/config/config.go +++ b/agent/config/config.go @@ -38,7 +38,7 @@ import ( const ( pathBaseDefault = "/usr/local/percona/pmm2" - agentTmpPath = "tmp" // temporary directory to keep exporters' config files, relative to pathBase + agentTmpPath = "tmp" // temporary directory to keep exporters' config files, relative to pathBase prioritizedCacheSize = 100 * 1024 * 1024 // 100 MB TODO: R&D on median daily amount unprioritizedCacheSize = 500 * 1024 * 1024 // 500 MB TODO: R&D on median daily amount )