This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
[Clover] Usage on Node 12 exhibits permanent compiler deoptimizations on sustained load #2763
Closed
1 of 3 tasks
🐞 Bug report
What modules are related to this issue?
Is this a regression?
Not really.
Description
I have a Node 12 Ng13 app that uses Clover to render pages.
After sustained load of ~5 minutes worth of ~1rq/s, v8 decides to deoptimize some function (I didn't bother to investigate which) and resultingly the render becomes 2.5x times slower permanently until the node process is restarted.
See: nodejs/node#3659
This does not occur on node 14 or node 16.
🔬 Minimal Reproduction
I don't have a great reproduction, but the Github issue linked above does.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: