-
Notifications
You must be signed in to change notification settings - Fork 3
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
Increase initial budget #306
Comments
I do think that a bundle of 5mb (the new limit you set) is too large. I suggest first doubling the default from 1 to 2 mb and let's try to keep within that boundary. Additional modules (like the new ACE editor replacement) can also be loaded as separate bundles (lazy loading). See different articles on how to reduce/optimize bundle size and do lazy loading where needed. |
@FranSlot can we close this issue? |
This was done while trying to make a new dockerfile for RAP using the new frontend. During the processing an error occured that mentioned the initial budget was to small. With the new work Klaas and Michiel are doing this might not be needed anymore. |
RUN npx ng build in RAP4 causes initial budget exceeded errors.
Increase the budget to get rid of this.
The text was updated successfully, but these errors were encountered: