File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ contrast, the "soft" ``ulimit`` is the limit that is actually
136
136
enforced for a session or process, but any process can increase it
137
137
up to "hard" ``ulimit`` maximum.
138
138
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.
143
143
144
144
``ulimit`` will modify both "hard" and "soft" values unless the
145
145
:setting:`-H` or :setting:`-S` modifiers are specified when
You can’t perform that action at this time.
0 commit comments