chg: [doc] Updated: memory_limit=512M -> memory_limit=2048M

pull/5038/head
Steve Clement 2019-08-22 13:39:36 +02:00
parent a8be24c551
commit 243c50d8c1
No known key found for this signature in database
GPG Key ID: 69A20F509BE4AEE9
8 changed files with 8 additions and 8 deletions

View File

@ -355,7 +355,7 @@ installCake_RHEL ()
# Recommended: Change some PHP settings in /etc/opt/rh/rh-php72/php.ini
# max_execution_time = 300
# memory_limit = 512M
# memory_limit = 2048M
# upload_max_filesize = 50M
# post_max_size = 50M
for key in upload_max_filesize post_max_size max_execution_time max_input_time memory_limit

View File

@ -334,7 +334,7 @@ installCake_RHEL ()
# Recommended: Change some PHP settings in /etc/opt/rh/rh-php72/php.ini
# max_execution_time = 300
# memory_limit = 512M
# memory_limit = 2048M
# upload_max_filesize = 50M
# post_max_size = 50M
for key in upload_max_filesize post_max_size max_execution_time max_input_time memory_limit

View File

@ -79,7 +79,7 @@ MISPvars () {
upload_max_filesize=50M
post_max_size=50M
max_execution_time=300
memory_limit=512M
memory_limit=2048M
CAKE="$PATH_TO_MISP/app/Console/cake"

View File

@ -262,7 +262,7 @@ sudo ln -s ../php-fpm.d/timezone.ini /etc/opt/rh/rh-php70/php.d/99-timezone.ini
# Recommended: Change some PHP settings in /etc/opt/rh/rh-php70/php.ini
# max_execution_time=300
# memory_limit=512M
# memory_limit=2048M
# upload_max_filesize=50M
# post_max_size=50M
for key in upload_max_filesize post_max_size max_execution_time max_input_time memory_limit

View File

@ -249,7 +249,7 @@ sudo ln -s ../php-fpm.d/timezone.ini /etc/opt/rh/rh-php72/php.d/99-timezone.ini
# Recommended: Change some PHP settings in /etc/opt/rh/rh-php72/php.ini
# max_execution_time = 300
# memory_limit = 512M
# memory_limit = 2048M
# upload_max_filesize = 50M
# post_max_size = 50M
for key in upload_max_filesize post_max_size max_execution_time max_input_time memory_limit

View File

@ -325,7 +325,7 @@ sudo a2ensite misp-ssl
# Recommended: Change some PHP settings in /etc/php/7.3/apache2/php.ini
# max_execution_time = 300
# memory_limit = 512M
# memory_limit = 2048M
# upload_max_filesize = 50M
# post_max_size = 50M
for key in upload_max_filesize post_max_size max_execution_time max_input_time memory_limit

View File

@ -345,7 +345,7 @@ sudo a2ensite misp-ssl
# Recommended: Change some PHP settings in /etc/php/7.3/apache2/php.ini
# max_execution_time = 300
# memory_limit = 512M
# memory_limit = 2048M
# upload_max_filesize = 50M
# post_max_size = 50M
for key in upload_max_filesize post_max_size max_execution_time max_input_time memory_limit

View File

@ -117,7 +117,7 @@ function installMISPonTsurugi() {
upload_max_filesize=50M
post_max_size=50M
max_execution_time=300
memory_limit=512M
memory_limit=2048M
PHP_INI=/etc/php/7.0/apache2/php.ini
# apt config