mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-03 20:57:12 +01:00
Merge pull request #851 from benbrummer/memory_limit
Update memory limit for master
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
; memory storage allocation. ("1" means validate once per second, but only
|
; memory storage allocation. ("1" means validate once per second, but only
|
||||||
; once per request. "0" means always validate)
|
; once per request. "0" means always validate)
|
||||||
;opcache.revalidate_freq=2
|
;opcache.revalidate_freq=2
|
||||||
opcache.revalidate_freq=60
|
opcache.revalidate_freq = 60
|
||||||
|
|
||||||
# http://symfony.com/doc/current/performance.html
|
# http://symfony.com/doc/current/performance.html
|
||||||
; Duration of time, in seconds for which to cache realpath information for a given
|
; Duration of time, in seconds for which to cache realpath information for a given
|
||||||
@@ -15,3 +15,5 @@ realpath_cache_ttl = 600
|
|||||||
; Maximum allowed size for uploaded files.
|
; Maximum allowed size for uploaded files.
|
||||||
; http://php.net/upload-max-filesize
|
; http://php.net/upload-max-filesize
|
||||||
upload_max_filesize = 8M
|
upload_max_filesize = 8M
|
||||||
|
|
||||||
|
memory_limit = 512M
|
||||||
|
|||||||
Reference in New Issue
Block a user