From c8f6976f12842694770f9810f625d5258fcf5d0a Mon Sep 17 00:00:00 2001 From: "gcp-cherry-pick-bot[bot]" <98988430+gcp-cherry-pick-bot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:38:36 -0400 Subject: [PATCH] reduce memory usage (#3496) (#3497) Co-authored-by: Jesse Goodier <31039225+jessegoodier@users.noreply.github.com> --- cost-analyzer/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cost-analyzer/values.yaml b/cost-analyzer/values.yaml index 7f00970db..4d2dccdc9 100644 --- a/cost-analyzer/values.yaml +++ b/cost-analyzer/values.yaml @@ -2500,7 +2500,7 @@ kubecostAggregator: # set to 0 for max partitioning (minimum possible ram usage, but the slowest) # the default of 25 is sufficient for 95%+ of users. This should only be modified # after consulting with Kubecost's support team - numDBCopyPartitions: 25 + numDBCopyPartitions: 1 logLevel: info # env: has been removed to avoid unknown issues that would be caused by @@ -2510,8 +2510,8 @@ kubecostAggregator: # the below settings should only be modified with support from Kubecost staff dbReadThreads: 1 dbWriteThreads: 1 - dbConcurrentIngestionCount: 3 - dbCopyFull: true + dbConcurrentIngestionCount: 1 + dbCopyFull: false persistentConfigsStorage: storageClass: "" # default storage class