Skip to content

DOCS-9912 Fix error message for 3.4 #3008

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/reference/ulimit.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ contrast, the "soft" ``ulimit`` is the limit that is actually
enforced for a session or process, but any process can increase it
up to "hard" ``ulimit`` maximum.

A low "soft" ``ulimit`` can cause ``can't create new thread,
closing connection`` errors if the number of connections
grows too high. For this reason, it is extremely important to set
*both* ``ulimit`` values to the recommended values.
A low "soft" ``ulimit`` can cause ``failed to create service entry worker
thread for [x]`` errors if the number of connections grows too high. For this
reason, it is extremely important to set *both* ``ulimit`` values to the
recommended values.

``ulimit`` will modify both "hard" and "soft" values unless the
:setting:`-H` or :setting:`-S` modifiers are specified when
Expand Down