From 5ccc4bd08e9be511c52af2b9d9954a15fe6af367 Mon Sep 17 00:00:00 2001 From: abdoo9 <63903814+abdoo9@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:19:20 +0300 Subject: [PATCH] Update DOCKER.md fix typo --- docs/docs/DOCKER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/DOCKER.md b/docs/docs/DOCKER.md index 21aec121b9..bfd3aff792 100644 --- a/docs/docs/DOCKER.md +++ b/docs/docs/DOCKER.md @@ -25,7 +25,7 @@ To get started, install `docker`: curl -fsSL https://get.docker.com | sudo sh ``` -Then increase the `max_map_count` sysctl configuration to avoid "Fiber stack allocate failed" and "Fiber stack protect failed" errors, since the PHP engine mmaps two memory regions per fiber. +Then increase the `max_map_count` sysctl configuration to avoid "Fiber stack allocate failed" and "Fiber stack protect failed" errors, since the PHP engine maps two memory regions per fiber. ```bash echo 262144 | sudo tee /proc/sys/vm/max_map_count @@ -227,4 +227,4 @@ services: command: php /app/bot.php ``` -Next section \ No newline at end of file +Next section