kendarorg / PhpNuget

Php nuget manager supporting complex queries on txt files or MySQL
http://www.kendar.org/?p=/dotnet/phpnuget
Other
23 stars 15 forks source link

Uploaded packages are hold completely in core memory #78

Open hmw42 opened 4 years ago

hmw42 commented 4 years ago

Packages uploaded via https://foo/upload are loaded completely into core memory before processing and copying them around. That is quite a problem for bigger packages. The trouble, as it seems, is class.stream.php. Has someone already looked into that?

Thanks hmw