Hello,
You need to change the memory_limit option available in PHP setting a higher level than the current default one. You can change this option in the php.ini file or using PHP code (https://www.airpair.com/php/fatal-error-allowed-memory-size). PHP maximum upload file sizes are set using other PHP options: https://stackoverflow.com/questions/2184513/change-the-maximum-upload-file-size. phpdocx doesn't have any memory or size.
Regards.