community icon indicating copy to clipboard operation
community copied to clipboard

optimize the Memory during chart upgrade or install

Open Matthew001998 opened this issue 1 year ago • 1 comments

We have a big chart that has more than 1000 resource definitions. When we install that chart, we found that it costs 200 million memory almost. We see the code, and the chart's loader loads all file's data into memory. Can we load subcharts or resources one by one to reduce memory costs?

Matthew001998 avatar Nov 29 '23 08:11 Matthew001998