Skip to content

Commit

Permalink
CDPT-1510: Increase memory limit to 256M (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyHazlehurst authored Apr 17, 2024
1 parent a688e96 commit 2c1ac97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/config/php-fpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
# Increase limits to allow for large file uploads. i.e. content import via Importer Plugin.
fastcgi_param PHP_VALUE "upload_max_filesize=64M \n post_max_size=64M \n max_execution_time=300";
fastcgi_param PHP_VALUE "upload_max_filesize=64M \n post_max_size=64M \n max_execution_time=300 \n memory_limit=256M";

# configure buffers
fastcgi_buffers 16 64k;
Expand Down

0 comments on commit 2c1ac97

Please sign in to comment.