PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54189976 bytes) in /www/wwwroot/huangse1/tencentbanls/vendor/workerman/workerman/Protocols/Http/Request.php on line 328
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54189976 bytes) in /www/wwwroot/huangse1/tencentbanls/vendor/workerman/workerman/Protocols/Http/Request.php on line 328
max_package_size已经设置最大大小
php.ini也配置了请求超时 和post最大内存
ini_set('memory_limit', '128M')
ini_set('memory_limit', '-1')
ini_set('memory_limit', '-1')
不太好吧
你上传的文件是多少M?
1楼正解方案,最近我也遇到了。
试试这个https://www.workerman.net/plugin/80