Increase php memory limit. This may only be needed during initial install of some services
This commit is contained in:
parent
cdceb32695
commit
773f6868d0
|
@ -242,7 +242,7 @@ RESTORE_FROM_FRIEND_SCRIPT_NAME="restorefromfriend"
|
|||
BACKUP_TO_FRIENDS_PASSPHRASE=
|
||||
|
||||
# memory limit for php in MB
|
||||
MAX_PHP_MEMORY=32
|
||||
MAX_PHP_MEMORY=64
|
||||
|
||||
# default MariaDB password
|
||||
MARIADB_PASSWORD=
|
||||
|
|
Loading…
Reference in New Issue