node SSR instance allocates excessive memory for each request #8880
Unanswered
sadeq-qafari
asked this question in
CLI - SSR mode
Replies: 2 comments 1 reply
-
The same problem, how to solve it? thanks |
Beta Was this translation helpful? Give feedback.
1 reply
-
@sadeq-qafari okay, thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In both quasar-cli development running in SSR mode and production instance which uses a node server, each http request causes the instance to allocate new megabytes of memory and never release them. At the end the node instance will quit with following error:
"FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory"
How can I force quasar SSR instance to release and dispose old requests data?
Beta Was this translation helpful? Give feedback.
All reactions