动态响应体尺寸超限

The size of dynamic response body is over the limit

我正在尝试创建临时下载 link。

主要问题是当文件到达 1Go 时下载总是停止。 当我在下载的文件上使用 tail 时,出现此错误:

The size of dynamic response body is over the limit, response is truncated by web server. The limit is set by the 'Max Dynamic Response Body Size' in tuning section of server configuration.

我正在使用 apache 和 php 7.0

PHP memory_limit 已经设置为 20G

我在 php.ini.

中找不到关于此 php "Max Dynamic Response Body Size" 设置的任何信息

有什么想法吗?

经过更多搜索后,我发现服务器使用的不是 Apache,而是 LiteSpeed, 要更正此错误,您必须使用 Web 管理更改 Max Dynamic Response Body Size 配置,默认端口为 :7080