-
Notifications
You must be signed in to change notification settings - Fork 84
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
size: investigate binary increase in envoy #447
Comments
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
another commit that increased the binary size: #554 |
and one more: #607 We will prioritize another pass in size analysis early January. |
and the one that broke the camel's back: #626 |
Description: this PR updates Envoy Mobile's Envoy ref past the point where Envoy internally uses v3 config. I took the chance to update Envoy Mobile's config and delete deprecated fields. Note that SAN verification changes, and thus it was removed here. I opened an issue tracking #630. Further note that this ref update significantly increased the binary size. It is a priority for the team to investigate and trim the binary ahead of the v0.3 release (noted in #447) Risk Level: med boost to v3 config and deleted deprecated fields. Testing: passing liveliness in CI and locally. Signed-off-by: Jose Nino <[email protected]>
Description: updating the envoy ref again and the absolute binary size per #447. Risk Level: low Testing: CI Signed-off-by: Jose Nino <[email protected]>
I want to make sure that I run the analysis over everything that we will need for v0.3. Hence it will also include this: #645 |
Seeing another increase in #663 |
Closing this issue in favor of other issues tagged with |
keeping this issue closed, but noting this #923 pr as a point that should be analyzed as the bump is pretty significant. |
After #388 the binary size increased. We need to investigate what parts of the binary increased.
The text was updated successfully, but these errors were encountered: