ahmetb / cloud-run-faq

Unofficial FAQ and everything you've been wondering about Google Cloud Run.
https://cloud.run
Creative Commons Attribution 4.0 International
2.32k stars 124 forks source link

Will Cloud Run release some memory when instances being idle? #146

Closed TonyChiangUSA closed 3 years ago

TonyChiangUSA commented 3 years ago

I'm curious that why memory are kept when Idle

ahmetb commented 3 years ago

No. You can't resume a program state if you destroy the memory. :)