Uh oh!
There was an error while loading. Please reload this page.
Remove AllocInYoung/RevertToYGAtTTI from OSS Hermes config - #36679
Closed
javache wants to merge 1 commit into
Closed
Remove AllocInYoung/RevertToYGAtTTI from OSS Hermes config#36679javache wants to merge 1 commit into
javache wants to merge 1 commit into
Conversation
facebook-github-bot
commented
Mar 28, 2023
Contributor
This pull request was exported from Phabricator. Differential Revision: D44457318 |
Base commit: 4e0dfed |
Summary: Pull Request resolved: react#36679 We expose a variant of `HermesExecutor.java` which allows you to set a custom max heap size. This variant also sets the `AllocInYoung/RevertToYGAtTTI`, which should never really be used without a matching call to `HermesInternal.ttiReached()`, which is not documented. Changelog: [Internal] Reviewed By: jpporto Differential Revision: D44457318 fbshipit-source-id: 7a6f30fc5582dc4e2796a7a8082ca9ea1257bb3b
facebook-github-bot
commented
Mar 28, 2023
Contributor
This pull request was exported from Phabricator. Differential Revision: D44457318 |
facebook-github-bot
commented
Mar 28, 2023
Contributor
This pull request has been merged in a83c192. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
We expose a variant of
HermesExecutor.javawhich allows you to set a custom max heap size. This variant also sets theAllocInYoung/RevertToYGAtTTI, which should never really be used without a matching call toHermesInternal.ttiReached(), which is not documented.Changelog: [Internal]
Differential Revision: D44457318