Set memory limit in php to 2048 for everyone
This commit is contained in:
parent
1a4ca0ed07
commit
37973d1f40
2 changed files with 2 additions and 6 deletions
|
@ -55,11 +55,7 @@ define sunetdrive::app_type (
|
|||
$site_name = $config['site_name']
|
||||
$trusted_domains = $config['trusted_domains']
|
||||
$trusted_proxies = $config['trusted_proxies']
|
||||
if $location == 'kau-prod' {
|
||||
$php_memory_limit_mb = 2048
|
||||
} else {
|
||||
$php_memory_limit_mb = 512
|
||||
}
|
||||
$php_memory_limit_mb = 2048
|
||||
if $::facts['dockerhost2'] == 'yes' {
|
||||
$hostnet = true
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ class sunetdrive::multinode (
|
|||
nil
|
||||
}
|
||||
}
|
||||
$php_memory_limit_mb = 512
|
||||
$php_memory_limit_mb = 2048
|
||||
$nodenumber = $::fqdn[9,1]
|
||||
$customers = $tempcustomers - nil
|
||||
$passwords = $allnames.map | $index, $customer | {
|
||||
|
|
Loading…
Add table
Reference in a new issue