Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cold Start Optimization #10453

Open
RohitRanjanMS opened this issue Sep 6, 2024 · 0 comments
Open

Cold Start Optimization #10453

RohitRanjanMS opened this issue Sep 6, 2024 · 0 comments

Comments

@RohitRanjanMS
Copy link
Member

When the Host gets initialized in placeholder mode, all needed assemblies get JIT compiled during placeholder mode so we will not pay the cost for JIT during Specialization. We want to exercise as much of the code path as we can during placeholder mode to avoid JIT during specialization.
Right now, none of the OTEL specific code runs during placeholder mode and OTEL will have a huge JIT time during specialization.

Cold start is a critical parameter that we closely monitor. Optimizing cold start times will enhance the user experience and encourage OTel adoption among customers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant