Skip to content

Commit 4c29880

Browse files
committed
DOCS-9912 Fix error message for 3.2
1 parent 352eede commit 4c29880

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/reference/ulimit.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ contrast, the "soft" ``ulimit`` is the limit that is actually
136136
enforced for a session or process, but any process can increase it
137137
up to "hard" ``ulimit`` maximum.
138138

139-
A low "soft" ``ulimit`` can cause ``can't create new thread,
140-
closing connection`` errors if the number of connections
141-
grows too high. For this reason, it is extremely important to set
142-
*both* ``ulimit`` values to the recommended values.
139+
A low "soft" ``ulimit`` can cause ``failed to create thread after accepting new
140+
connection, closing connection`` errors if the number of connections grows too
141+
high. For this reason, it is extremely important to set *both* ``ulimit``
142+
values to the recommended values.
143143

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

0 commit comments

Comments
 (0)