deploy-agent icon indicating copy to clipboard operation
deploy-agent copied to clipboard

PhaData - Allowed memory size exhausted

Open Pierozi opened this issue 8 years ago • 0 comments

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 :

  1. setup memory_limit -1 on application
  2. setup memory_limit -1 only on our container docker configuration
  3. let user setup their own memory_limit on php.ini and advise in documentation

PS : -1 or specific value in configuration file

Pierozi avatar Nov 14 '16 12:11 Pierozi