`
hongan
  • 浏览: 176496 次
  • 性别: Icon_minigender_1
  • 来自: 佛山
社区版块
存档分类
最新评论

Can't create a new thread (errno 12)

阅读更多

问题分析:

数据库服务器问题,数据库操作无法创建新线程。一般是有以下两个方面的原因:

1、服务器系统内存溢出。

2、环境软件损坏或系统损坏。

解决方法:

1、虚拟主机用户请联系下空间商询问数据库服务器的内存和系统是否正常运行。

2、独立主机用户请联系服务器管理员检查服务器的内存和系统是否正常,如果服务器内存紧张,请检查一下哪些进程消耗了服务器的内存,同时考虑是否增加服务器的内存来提高整个系统的负载能力。

分享到:
评论

相关推荐

    mysql中一个普通ERROR 1135 (HY000)错误引发的血案

    ERROR 1135 (HY000): Can’t create a new thread (errno 11);if you are not out of available memory,you can consult the manual for a possible OS-dependent bug 第一反应感觉可能是跟ulimit限制连接数有关,...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    link ▶Don't use an #include when a forward declaration would suffice. When you include a header file you introduce a dependency that will cause your code to be recompiled whenever the header file ...

    linux多线程编程

    printf("Can't create thread: %s\n", strerror(err)); sleep(1); exit(0); } ``` 在编译多线程程序时,需要链接pthread库,例如`cc -lpthread -o my_program my_program.c`。 总之,Linux多线程编程涉及到线程...

    Posix多线程编程.pdf

    printf("can't create thread: %s\n", strerror(err)); printids("main thread:"); sleep(1); exit(0); } ``` 编译上述程序需要链接`pthread`库,如`cc -lpthread -o gettid gettid.c`。 线程的终止可以由进程...

    Linux下的多线程编程

    printf("can't create thread: %s\n", strerror(err)); printids("main thread: "); sleep(1); exit(0); } ``` 编译命令: ```sh gcc -lpthread -o gettid gettid.c ``` 输出结果示例: ``` main thread: pid:...

    分享一下Mysql常见的几个错误问题及解决方法

    第二个问题涉及到“Can't create a new thread (errno 12)”的错误,这是数据库无法创建新线程导致的。可能的原因包括MySQL线程过多、服务器内存不足或者软件损坏。解决方法包括:检查并适当降低`max_connections`...

    python3.6.5参考手册 chm

    PEP 3101: A New Approach To String Formatting Changes To Exceptions Miscellaneous Other Changes Operators And Special Methods Builtins Build and C API Changes Performance Porting To Python 3.0 ...

    Debugging with GDB --2003年6.0

    5.4 Stopping and starting multi-thread programs . . . . . . . . . . . . . 6 Examining the Stack . . . . . . . . . . . . . . . . . . . . . . 53 6.1 6.2 6.3 6.4 7 Stack frames . . . . . . . . . . . . . ...

    最新版的DebuggingWithGDB7.05-2010

    12 13 15 16 16 17 gdb Commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 3.1 Command Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....

Global site tag (gtag.js) - Google Analytics