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.
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
@W-13942827 - Reduced Javascript Heap Size Ramp Up #1535
@W-13942827 - Reduced Javascript Heap Size Ramp Up #1535
Changes from 14 commits
6114d6b
5f5ec06
e10a893
c5a8101
366c340
3411495
0067e6d
d2dca48
544af50
dd4039e
e0e45e2
8e6e7e7
970b884
126f58e
be5ae92
ed8ca4d
a9d11ac
035fe3e
327633f
8fbf5c9
31e7237
61ab20a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, would this prevent source-map on browser? when we are not starting the app with inspect mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The request processor is something that runs on the "server"... well at least on the browser. So if you wanted to debug it, you'd be adding the
--inspect
flag anyway.