Articles in the Linux category

  1. google(“pthread_create ENOMEM Linux”)

    Here’s one cause which doesn’t show up in most explanations on the ‘net: The configurable kernel limit kernel.pid_max has been reached. (The default is 32K, at least on my CentOS 5 box.)
    With threaded Apache httpd on Linux/Unix, the pthread_create() failure can be logged as
    Cannot …

Page 3 / 3