Skip to content

Commit

Permalink
reduce memory usage (#3496) (#3497)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Goodier <[email protected]>
  • Loading branch information
gcp-cherry-pick-bot[bot] and jessegoodier authored Jun 20, 2024
1 parent 2fe03a6 commit c8f6976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c8f6976

Please sign in to comment.