helm / community

Helm community content
https://helm.sh
417 stars 175 forks source link

optimize the Memory during chart upgrade or install #324

Open Matthew001998 opened 10 months ago

Matthew001998 commented 10 months ago

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?

gjenkins8 commented 6 months ago

Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!