Imcreased PHP memory_limit value. Snapshots of important risk analysis can consum a lot of memory.

pull/39/head
Cédric Bonhomme 2017-07-20 11:01:38 +02:00
parent 4c80638820
commit 75ac7f8e11
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 3 additions and 1 deletions

View File

@ -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)