You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
memory_limit -1
on applicationmemory_limit -1
only on our container docker configurationPS :
-1 or specific value in configuration file
The text was updated successfully, but these errors were encountered: