Skip to content

Commit bb4d4f3

Browse files
authored
Update uploads.ini
Increased memory limit for php runtime
1 parent b32a888 commit bb4d4f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

php/uploads.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
file_uploads = On
2-
memory_limit = 64M
3-
upload_max_filesize = 64M
4-
post_max_size = 64M
5-
max_execution_time = 600
2+
memory_limit = 1024M
3+
upload_max_filesize = 1024M
4+
post_max_size = 1024M
5+
max_execution_time = 60

0 commit comments

Comments
 (0)