balderdashy / balderdashy/sails
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
Open
docs
does this answer your question?
- Dominant language
- JavaScript
- Stars
- 22.8k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
made change in
/var/app/current/node_modules/sails/bin/sails.js
from
!/usr/bin/env node
to
!/usr/bin/env node --max_old_space_size=4096 app.js
how do you restart sails js and have this change take effect?
Contributor guide
Research direction
Start with the reported change in /var/app/current/node_modules/sails/bin/sails.js and determine how the Sails/Node.js process is started and restarted. Verify whether the requested startup change takes effect after a restart and document the applicable restart procedure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100