Skip to content

Commit c8a6201

Browse files
authored
🔨 Update php memory limit to 256MB (#401)
1 parent f46d7c4 commit c8a6201

File tree

1 file changed

+2
-1
lines changed
  • bookstack/rootfs/etc/php83/php-fpm.d

1 file changed

+2
-1
lines changed

‎bookstack/rootfs/etc/php83/php-fpm.d/www.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ pm.max_spare_servers = 5
1010
pm.max_requests = 1024
1111
clear_env = no
1212
php_admin_value[post_max_size] = 64M
13-
php_admin_value[upload_max_filesize] = 64M
13+
php_admin_value[upload_max_filesize] = 64M
14+
php_admin_value[memory_limit] = 256M

0 commit comments

Comments
 (0)