Skip to content

Commit 5b49e0b

Browse files
committed
Increase memory limit for compatibility with Woocommerce
1 parent 3d0c667 commit 5b49e0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/php.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ expose_php = Off
1111
post_max_size = 50M
1212
upload_max_filesize = 50M
1313

14+
; Increase default memory limit, required for Woocommce
15+
memory_limit = 256M
16+
1417
[Date]
1518
; Set default timezone, you can configure the timezone in Wordpress
1619
date.timezone = "UTC"

0 commit comments

Comments
 (0)