Skip to content

PhaData - Allowed memory size exhausted #15

@Pierozi

Description

@Pierozi

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions