Skip to content

Commit

Permalink
Increase PHP memory limit (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
creuzerm authored May 20, 2024
1 parent 6ff0289 commit 94fe82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grocy/rootfs/etc/php82/conf.d/99-grocy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ opcache.revalidate_freq=0
opcache.validate_timestamps=0
php_admin_value[post_max_size] = 64M
php_admin_value[upload_max_filesize] = 64M
memory_limit = 384M

0 comments on commit 94fe82e

Please sign in to comment.