docs: typo
This commit is contained in:
parent
9f94fb78c8
commit
6aad45748b
|
@ -369,9 +369,9 @@ future.
|
|||
Interpreter Recycling
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The extension stops limits the number of persistent interpreters in use. When
|
||||
the limit is reached, the youngest interpreter is terminated before starting a
|
||||
new interpreter, preventing situations like below from triggering memory
|
||||
The extension limits the number of persistent interpreters in use. When the
|
||||
limit is reached, the youngest interpreter is terminated before starting a new
|
||||
interpreter, preventing situations like below from triggering memory
|
||||
exhaustion.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
|
Loading…
Reference in New Issue