deploy-agent
deploy-agent copied to clipboard
PhaData - Allowed memory size exhausted
The extension PharData
use for unzip the archive need load the entires content in memory before extract the content. This is required memory as much the size of content.
As extract as stream an archive is something pretty rough, we need determine where increase memory_limit
.
Votes :
- setup
memory_limit -1
on application - setup
memory_limit -1
only on our container docker configuration - let user setup their own memory_limit on php.ini and advise in documentation
PS : -1 or specific value in configuration file