-
Notifications
You must be signed in to change notification settings - Fork 10
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
🐛 Insufficient Heap Memory During Build #2553
Comments
@kneerose is it PDF or Voting/Delegation? Cause it says pdf pillar and is assigned to @MSzalowski |
@bosko-m , I apologize for assigning the wrong label earlier. The issue is neither related to the voting/delegation, nor the proposal pillar. Instead, it is specifically associated with the frontend code build setup. which is failing on docker setup |
@MSzalowski The issue is still not resolved: GitHub Actions Run Link. |
@MSzalowski The issue is still not resolved yet : GitHub Actions Run Link. --max-old-space-size=4096 |
|
Context
npm run build
process, the following error occurs:FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory.
Actual behavior
Expected behavior
The build process should complete successfully without encountering an out-of-memory error.
Suggestion
Increase the heap memory allocation in the Dockerfile before initiating the build.
The text was updated successfully, but these errors were encountered: