swoole / library

📚 Swoole Library
https://wiki.swoole.com/#/library
Apache License 2.0
233 stars 59 forks source link

Allowed memory size exhausted Curl CURLOPT_FILE #98

Closed OK93-01-18 closed 3 years ago

OK93-01-18 commented 3 years ago

Hi!

When using curl with flag CURLOPT_FILE have allowed memory size exhausted issue on big responses. Any idea how to fix it?

sy-records commented 3 years ago

How big is your memory_limit set? How big is the file? Can you provide a reproduction code?