线上环境启动 之后运行项目:
502 Bad Gateway
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 36864 bytes) in /www/wwwroot/ab.xxx.com/vendor/topthink/think-orm/src/db/PDOConnection.php on line 797
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 36864 bytes) in /www/wwwroot/ab.xxx.com/vendor/topthink/think-orm/src/db/PDOConnection.php on line 797
Worker[695550] process terminated with ERROR: E_ERROR "Allowed memory size of 536870912 bytes exhausted (tried to allocate 36864 bytes) in /www/wwwroot/ab.xxx.com/vendor/topthink/think-orm/src/db/PDOConnection.php on line 797"
worker[webman:695550] exit with status 65280
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /www/wwwroot/ab.xxx.com/vendor/topthink/think-orm/src/db/PDOConnection.php on line 797
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /www/wwwroot/ab.xxx.com/vendor/topthink/think-orm/src/db/PDOConnection.php on line 797
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /www/wwwroot/ab.xxx.com/vendor/workerman/workerman/Worker.php on line 2125
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /www/wwwroot/ab.xxx.com/vendor/workerman/workerman/Worker.php on line 2125
worker[webman:695556] exit with status 65280
然后终端报错信息:
linux 阿里陇西操作系统 webman4.1.4
环境就是宝塔部署的nginx1.2、php8.0
宝塔面板下面生成了一个php-cli.ini文件
think-orm 报的内存超限,感觉是你业务一次请求从数据库读的数据太多了导致的