Skip to content

Commit 3312fb3

Browse files
Update faq/serverless-containers.mdx
Co-authored-by: Néda <[email protected]>
1 parent 17c43b2 commit 3312fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/serverless-containers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ We recommend you set high values, [use metrics to monitor](/serverless/container
130130

131131
### How can I reduce the cold-starts of Serverless Containers ?
132132

133-
* **Optimize the startup**: Cold-starts can be affected by a loading a large number of dependencies and opening lot of resources at startup.
133+
* **Optimize the startup**: Cold-starts can be affected by loading a large number of dependencies and opening several resources at startup.
134134
Ensure that your code avoids heavy computations or long-running initialization at startup and optimize the number of loaded libraries.
135135

136136
* **Keep your container warm**: You can use CRON triggers at certain intervals to keep your container warm or set the min-scale parameter to `1` when required.

0 commit comments

Comments
 (0)