diff --git a/build/docs/content/12-scalability.md b/build/docs/content/12-scalability.md index 7b30ef41..b1a062fc 100644 --- a/build/docs/content/12-scalability.md +++ b/build/docs/content/12-scalability.md @@ -5,10 +5,10 @@ title: Scalability The API uses under the hood intricate programs. Gotenberg tries to abstract as much complexity as possible but it can -only do it to a certain extend. +only do it to a certain extent. For instance, [Office](#office) and [Merge](#merge) endpoints will start respectively as many LibreOffice (unoconv) and PDTk -instances are there are requests. The limitation here is the available memory and CPU usage. +instances as there are requests. The limitation here is the available memory and CPU usage. On another hand, for the [HTML](#html), [URL](#url) and [Markdown](#markdown) endpoints, the API does only 6 conversions in parallel. Indeed, Google Chrome misbehaves if there are too many concurrent conversions. diff --git a/docs/index.html b/docs/index.html index 531944f4..fe626bfb 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1521,4 +1521,4 @@ restart your Gotenberg instances from time to time to ensure a nominal behaviour - + \ No newline at end of file