Fork me on GitHub
#google-cloud
<
2022-05-11
>
slimslenderslacks22:05:03

hey @olymk2, I've done a little bit of profiling here. Are your cloudrun services okay with have a concurrency level above 1? Beyond having a minimum number of instances >0 (to reduce cold start times), I wanted to try 3 things: • aot-compile • aot-compile+app class data sharing • graal The first makes some difference, I haven't tried the second yet, and the third is huge but I don't know if it's really possible to make this generic.

slimslenderslacks22:05:39

I'm getting a lot more excited about options like graal for cloudrun because I can compute the sbom as part of packaging so I won't lose track of the contents of the image.