-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementImprove something existing (e.g. no docs, new APIs, etc)Improve something existing (e.g. no docs, new APIs, etc)v0.34.0
Milestone
Description
Current State
As part of the recent v0.33.0 release, the Greenwood website started showing this message when building the site for production
(node:85019) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 Symbol(kWorkerFreedEvent) listeners added to [WorkerPool]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
(Use `node --trace-warnings ...` to show where the warning was created)Desired State
Not sure how bad of an issue it is to have, but it wasn't there before, so would like to understand what's happening and resolve it.
Additional Context
Not sure if it was re-introduced as part of #1546 ? Or maybe as part of the upgrade to Node 22.18.0
This was an issue we've seen before and fixed / removed, but it was kind of a brute force solution, so not sure if that's what we want to again 🙈
- MaxListenersExceededWarning: Possible EventEmitter memory leak detected #141
- clear up max event listeners warning #145
- remove setMaxListeners suppression call #1046
Or maybe we need to do more about parallel serialization as part of #970 / #720 ?
Metadata
Metadata
Assignees
Labels
enhancementImprove something existing (e.g. no docs, new APIs, etc)Improve something existing (e.g. no docs, new APIs, etc)v0.34.0
Type
Projects
Status
🔖 Ready