Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible EventEmitter memory leak detected #300

Open
DevOpsWithJcob opened this issue Jun 13, 2024 · 1 comment
Open

Possible EventEmitter memory leak detected #300

DevOpsWithJcob opened this issue Jun 13, 2024 · 1 comment

Comments

@DevOpsWithJcob
Copy link

hey guys
Encountered a "Possible EventEmitter memory leak detected" warning while deploying OpenCTI using Docker Stack and Portainer. The warning indicates that 11 abort listeners were added to [EventEmitter]. Seeking guidance on resolving this issue to successfully deploy OpenCTI.

Additional Details:

Setup: Using Docker Stack and managing containers with Portainer
Server: 30GB RAM, 30 core CPU, 100GB disk space
OS: ubuntu 22.04
OpenCTI Docker Image Version: 6.0.10

This simplified description provides a clear overview of the issue encountered while deploying OpenCTI via Docker Stack and Portainer, along with the relevant details for the support team to understand and assist with troubleshooting. Adjust the details section with specific information about your setup and versions used.

and this is the error :
"
2024-06-13T19:06:07.617693288Z (node:7) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

2024-06-13T19:06:07.617787514Z (Use node --trace-warnings ... to show where the warning was created)

2024-06-13T19:06:43.350042820Z (node:7) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

2024-06-13T19:11:25.726082212Z (node:7) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

2024-06-13T19:12:10.927836693Z (node:7) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

2024-06-13T19:12:54.432476623Z (node:7) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

2024-06-13T19:14:43.993099914Z (node:7) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 abort listeners added to [EventEmitter]. Use emitter.setMaxListeners() to increase limit

"

@ParamConstructor
Copy link

See - OpenCTI-Platform/opencti#2373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants