From 4b7500c3979a198084e36f140129a141f8e044fc Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Sun, 3 Dec 2023 21:30:33 +0200 Subject: [PATCH] Small update in manual --- docs/install.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/install.md b/docs/install.md index e18bbd7..f067ae7 100644 --- a/docs/install.md +++ b/docs/install.md @@ -50,6 +50,20 @@ session.cookie_samesite = "Strict" session.cookie_domain = example.com ``` +In ```/etc/php/8.2/fpm/php.ini``` make one additional change. + +If you have about 10000 domains, use: + +```bash +memory_limit = 512M +``` + +If you have 50000 or more domains, use: + +```bash +memory_limit = -1 +``` + After configuring PHP, restart the service to apply changes: ```bash