X Tutup
Skip to content

chore: track size of a "Hello world" app built with SystemJS#6621

Closed
pkozlowski-opensource wants to merge 1 commit intoangular:masterfrom
pkozlowski-opensource:hello_world_systemjs_size_monitor
Closed

chore: track size of a "Hello world" app built with SystemJS#6621
pkozlowski-opensource wants to merge 1 commit intoangular:masterfrom
pkozlowski-opensource:hello_world_systemjs_size_monitor

Conversation

@pkozlowski-opensource
Copy link
Copy Markdown
Member

No description provided.

@pkozlowski-opensource pkozlowski-opensource added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jan 21, 2016
@pkozlowski-opensource pkozlowski-opensource force-pushed the hello_world_systemjs_size_monitor branch 2 times, most recently from 8a74c1e to e63f02e Compare January 22, 2016 12:33
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is nice but doesn't address the memory issue in all workflows. many people suffer from this OOM issue when running gulp build or gulp build.js. Also circle.yaml calls it and that's why the circle build is currently flaky.

we should either figure out how to spawn the bundle task in a separate node process with higher heap settings or at least change npm's package.json for the build script to use the same invocation method of gulp so that circle ci is stable.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeh, I will dig into OOM issues in a separate PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm. go ahead and label for merge

On Fri, Jan 22, 2016 at 8:50 AM Pawel Kozlowski notifications@github.com
wrote:

In scripts/ci/build_and_test.sh
#6621 (comment):

@@ -22,7 +22,7 @@ elif [ "$MODE" = "build_only" ]; then
elif [ "$MODE" = "payload" ]; then
source ${SCRIPT_DIR}/env_dart.sh
./node_modules/.bin/gulp test.payload.dart/ci

  • ./node_modules/.bin/gulp test.payload.js/ci
  • node --max-old-space-size=2000 ./node_modules/.bin/gulp test.payload.js/ci

Yeh, I will dig into OOM issues in a separate PR


Reply to this email directly or view it on GitHub
https://github.com/angular/angular/pull/6621/files#r50559353.

@IgorMinar
Copy link
Copy Markdown
Contributor

the rest looks good. if you want to I'm fine with merging this in as is and fixing the nitpicks in separate PRs. your call.

@IgorMinar IgorMinar added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Jan 22, 2016
@mary-poppins
Copy link
Copy Markdown

Merging PR #6621 on behalf of @rkirov to branch presubmit-rkirov-pr-6621.

@mhevery mhevery closed this in 9c96b8a Jan 26, 2016
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup