wiki:nextcloud:nextcloud_config_php
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:nextcloud:nextcloud_config_php [2024/04/08 23:10] – created hmattaliano | wiki:nextcloud:nextcloud_config_php [2024/08/21 14:20] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
{{ : | {{ : | ||
+ | |||
+ | ---- | ||
===== Configurer la limite mémoire PHP ===== | ===== Configurer la limite mémoire PHP ===== | ||
+ | |||
+ | Éditer le fichier de configuration PHP. | ||
+ | |||
+ | < | ||
+ | |||
+ | Chercher la ligne **memory_limit = 128M**. | ||
+ | |||
+ | //(128M étant la valeur de base)// | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Remplacer cette valeur par **512M**. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Puis relancer le service **Apache2**. | ||
+ | |||
+ | < | ||
+ | |||
+ | Rafraîchir l' | ||
+ | |||
+ | ---- | ||
===== Désactiver l' | ===== Désactiver l' | ||
+ | |||
+ | Éditer le fichier de configuration PHP. | ||
+ | |||
+ | < | ||
+ | |||
+ | Chercher la ligne **output_buffering = 4096**. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Remplacer cette valeur par **output_buffering = 0**. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Puis relancer le service **Apache2**. | ||
+ | |||
+ | < | ||
+ | |||
+ | Rafraîchir l' | ||
wiki/nextcloud/nextcloud_config_php.1712610603.txt.gz · Last modified: 2024/08/21 14:20 (external edit)