-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
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 -1on application - setup
memory_limit -1only 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