MySQL Forums
Forum List  »  Connector/Node.js

Re: Error: ER_CANT_CREATE_THREAD: Can't create a new thread (errno 11);
Posted by: Rui Quelhas
Date: December 14, 2020 11:52AM

Hi Tuong,

seems like you are using one of the Node.js drivers that are maintained by the community, Any specific issues related to those drivers are better addressed in their own issue tracker on GitHub, not here.

In any case, from a first look, this doesn't look like an issue with the client. I would say you are just running out of memory, so you need to increase it (for instance via /etc/security/limits.conf on Linux) or adapt your MySQL server configurations to whatever system-wide resource configuration you have.

Hope it helps

Options: ReplyQuote


Subject
Written By
Posted
Re: Error: ER_CANT_CREATE_THREAD: Can't create a new thread (errno 11);
December 14, 2020 11:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.