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

Fall back to sysconf to determine page size during runtime #4462

Merged
merged 1 commit into from
May 5, 2021

Conversation

peterzhu2118
Copy link
Member

On some platforms the PAGE_SIZE macro does not exist so we can fall back to sysconf to determine the page size at runtime.

This should fix the CI errors for Ubuntu aarch64 and Solaris.

On some platforms the PAGE_SIZE macro does not exist so we can fall back
to `sysconf` to determine the page size at runtime.
@peterzhu2118 peterzhu2118 merged commit b655a3f into ruby:master May 5, 2021
@peterzhu2118 peterzhu2118 deleted the pz-use-mmap-try-2 branch May 5, 2021 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant