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

erts: Only use THP options for beam executable #8593

Merged

Conversation

garazdawi
Copy link
Contributor

The erlc, dialyzer and other executables should not have the common/max page size options as it makes their executables grow to around 4MB each from just a couple of kbs.

closes #8574

The erlc, dialyzer and other executables should not have the
common/max page size options as it makes their executables
grow to around 4MB each from just a couple of kbs.

closes erlang#8574
@garazdawi garazdawi added team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Jun 18, 2024
@garazdawi garazdawi added this to the OTP-27.0.1 milestone Jun 18, 2024
@garazdawi garazdawi requested a review from jhogberg June 18, 2024 14:14
@garazdawi garazdawi self-assigned this Jun 18, 2024
Copy link
Contributor

github-actions bot commented Jun 18, 2024

CT Test Results

    3 files    143 suites   49m 9s ⏱️
1 591 tests 1 542 ✅ 49 💤 0 ❌
2 330 runs  2 256 ✅ 74 💤 0 ❌

Results for commit 7119b24.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@garazdawi garazdawi merged commit c8921cb into erlang:maint Jun 20, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ELF-binaries in the erts-15.0/bin of Hexpm Docker images are too big (and full or zeros)
1 participant