You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to Bala we got profiles from Linux Consumption for cold starts and noticed we are doing 550msec of JIT
and a big portion of it was because we were still compiling DryIoc in Linux consumption and PGO was not working in Linux becasue of a directory name casing issue.
There is still a big portion of JIT during /admin/instance/assign that we follow up separately.
0 commit comments