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 bundle analyzer script #1626

Conversation

GowthamShanmugam
Copy link
Contributor

After the @aws-sdk/client-s3 version update, the stats.json file size for the bundle analysis became around 545M, Node has a string size limit of 500M and the current s.readFileSync(...) logic to read stats.json files fails for files >500MB. So I switched to streaming. Ref: webpack-contrib/webpack-bundle-analyzer#423

package.json Outdated Show resolved Hide resolved
@GowthamShanmugam GowthamShanmugam force-pushed the fix_bundle_analyzer branch 2 times, most recently from d136c67 to 7f08426 Compare October 8, 2024 13:32
Signed-off-by: Gowtham Shanmugasundaram <[email protected]>
@openshift-ci openshift-ci bot added the lgtm label Oct 9, 2024
Copy link
Contributor

openshift-ci bot commented Oct 9, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alfonsomthd, GowthamShanmugam

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [GowthamShanmugam,alfonsomthd]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 5bdfa87 into red-hat-storage:master Oct 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants