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
The memory leak is happening on the server, often resulting in a ~1.5mb leak per page visit in my application. This creates a downtime every ~200 requests or so since all of the 500mb ram gets consumed and the server needs to be restarted.
I have created a repo where I isolated that issue and attached an image of the leak:
To reproduce:
Check out the branch
npm build
npm run serve:ssr (This will inspect the server using node --inspect)
Playground Link
https://github.com/KhaledGabr/ssr-test/tree/main
Description
The memory leak is happening on the server, often resulting in a ~1.5mb leak per page visit in my application. This creates a downtime every ~200 requests or so since all of the 500mb ram gets consumed and the server needs to be restarted.
I have created a repo where I isolated that issue and attached an image of the leak:
To reproduce:
Angular version
No response
Taiga UI version
3.57.0
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: