From 75ac7f8e11c769a5584a8857ed576f190de7c90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 20 Jul 2017 11:01:38 +0200 Subject: [PATCH] Imcreased PHP memory_limit value. Snapshots of important risk analysis can consum a lot of memory. --- INSTALL/INSTALL.ubuntu1704.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL/INSTALL.ubuntu1704.md b/INSTALL/INSTALL.ubuntu1704.md index 20c89bb..384d2cc 100644 --- a/INSTALL/INSTALL.ubuntu1704.md +++ b/INSTALL/INSTALL.ubuntu1704.md @@ -10,7 +10,9 @@ Install PHP (version 7.0 recommended) with extensions : *xml*, *mbstring*, In __php.ini__, set: * *upload_max_filesize* to 200M; -* *post_max_size* to 50M. +* *post_max_size* to 50M; +* *memory_limit* to 512M (snapshots of important risk analysis requires more + memory). Install Apache and enable mods: *rewrite*, *ssl* (with a2enmod)