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

Fix OOM on MacOS when using xcode 12.5 #3793

Merged
merged 1 commit into from
Jul 10, 2021
Merged

Fix OOM on MacOS when using xcode 12.5 #3793

merged 1 commit into from
Jul 10, 2021

Conversation

SeanTAllen
Copy link
Member

Usage of VM_FLAGS_SUPERPAGE_SIZE_ANY when doing allocations causes
ponyc to OOM if it is built with xcode 12.5.

Fixes #3789

Usage of VM_FLAGS_SUPERPAGE_SIZE_ANY when doing allocations causes
ponyc to OOM if it is built with xcode 12.5.

Fixes #3789
@SeanTAllen SeanTAllen requested a review from ergl July 10, 2021 13:02
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Jul 10, 2021
@SeanTAllen
Copy link
Member Author

@ergl this PR doesn't include updating to using xcode 12.5 in CI so we can verify this change is "safe" with an earlier xcode version. Once this is merged, I have two other macOS related PRs coming including updating our CI to use xcode 12.5.

@SeanTAllen SeanTAllen mentioned this pull request Jul 10, 2021
@SeanTAllen
Copy link
Member Author

@ergl this is a pretty straightforward change. for a review, i'm most interested in, "are the release notes clear?"

@ergl
Copy link
Member

ergl commented Jul 10, 2021

@SeanTAllen Yes, I think they're fine

@SeanTAllen SeanTAllen merged commit 436be8f into main Jul 10, 2021
@SeanTAllen SeanTAllen deleted the issue-3789 branch July 10, 2021 13:11
github-actions bot pushed a commit that referenced this pull request Jul 10, 2021
github-actions bot pushed a commit that referenced this pull request Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

out of memory: : Invalid argument when running ponyc
2 participants