Commit 719c616
authored
Improve Linux Consumption cold start (#6408)
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.1 parent 72dcf0f commit 719c616
File tree
2 files changed
+2
-2
lines changed- src/WebJobs.Script.WebHost
- DependencyInjection
- Standby
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
0 commit comments