mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-11-30 04:39:42 +01:00
commit
de8a2ba3e0
@ -25,7 +25,7 @@ To get started, install `docker`:
|
|||||||
curl -fsSL https://get.docker.com | sudo sh
|
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
|
```bash
|
||||||
echo 262144 | sudo tee /proc/sys/vm/max_map_count
|
echo 262144 | sudo tee /proc/sys/vm/max_map_count
|
||||||
|
Loading…
Reference in New Issue
Block a user