mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
Increase PHP memory limit (#440)
This commit is contained in:
parent
6ff0289196
commit
94fe82e019
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ opcache.revalidate_freq=0
|
||||||
opcache.validate_timestamps=0
|
opcache.validate_timestamps=0
|
||||||
php_admin_value[post_max_size] = 64M
|
php_admin_value[post_max_size] = 64M
|
||||||
php_admin_value[upload_max_filesize] = 64M
|
php_admin_value[upload_max_filesize] = 64M
|
||||||
|
memory_limit = 384M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue