-
Notifications
You must be signed in to change notification settings - Fork 14
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(admin-ui): inspect the cause of higher memory requirement in prod build creation #1243
Labels
bug
Something isn't working
comp-admin-ui
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Comments
duttarnab
added
bug
Something isn't working
comp-admin-ui
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
labels
Jul 25, 2023
Finding: The bundling using webpack 5 is consuming the resource. |
duttarnab
added a commit
that referenced
this issue
Aug 4, 2023
duttarnab
added a commit
that referenced
this issue
Aug 4, 2023
The memory requirement of the project has increased due to
There is no way to reduce the memory requirement significantly. We will remove the following in this issue.
|
duttarnab
added a commit
that referenced
this issue
Aug 11, 2023
duttarnab
added a commit
that referenced
this issue
Aug 11, 2023
jv18creator
added a commit
that referenced
this issue
Aug 11, 2023
fix: inspect the cause of higher memory requirement in prod build creation #1243
This was referenced Aug 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
comp-admin-ui
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Inspect the cause of higher memory requirement in prod build creation.
It appears on building admin-ui prod build by running
npm run build:prod
it takes more than 4 GB to create a prod build. Previously, it used to take less than 2 GB. We need to find the cause of this.The text was updated successfully, but these errors were encountered: