S00013

Error Code

S00013

Error Message

Failed to create a thread, with exception <xxx>. RefId: S00013

Probable Causes

This error occurs when the system attempts to create a new thread. Possible causes include (for Linux):

  • The max user processes limit has been reached.

  • The total number of threads created by other processes has exceeded the set limit.

Solutions

  • Check the current max user processes with the ulimit command and increase it to a higher value.

  • Use the ps command to check the information about the current processes on your system.