gpt4 book ai didi

PHP 命令行 : max_execution_time and memory_limit

转载 作者:行者123 更新时间:2023-12-02 05:55:06 25 4
gpt4 key购买 nike

快速提问。

如果我从命令行运行 php 脚本(通过 cron 作业“php ./somwthing-sync.php”),我是否仍然受限于 php max_execution_time 和 memory_limit?

谢谢

弥敦道

最佳答案

如果您查看 doc ,它说

      max_execution_time  integer

This sets the maximum time in seconds a script is allowed to run before it is
terminated by the parser. This helps prevent poorly written scripts from
tying up the server. The default setting is 30.
When running PHP from the command line the default setting is 0.

0 表示无限制。 (如果我没记错的话)。对于memory_limit,PHP 命令行将采用php.ini 中定义的值。您可以通过编写“吃掉”内存的代码并在 php.ini 中将 memory_limit 设置为 -1 来轻松测试和找出这一点

关于PHP 命令行 : max_execution_time and memory_limit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2181459/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com