You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3836,14 +3836,14 @@ app.listen(3000, () => {
3836
3836
3837
3837
## Q. How to solve "Process out of Memory Exception" in Node.js?
3838
3838
3839
-
Process out of Memory Exception is an exception that occurs when your node.js program gets out of memory. This happens when the default memory allocated to our program gets exceeded by our program while execution.
3839
+
Process out of Memory Exception is an exception that occurs when your node.js program gets out of memory. This happens when the default memory allocated to our program gets exceeded by our program while execution.
3840
3840
3841
3841
This exception can be solved by increasing the default memory allocated to our program to the required memory by using the following command.
0 commit comments