線上環(huán)境啟動(dòng) 之后運(yùn)行項(xiàng)目:
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
然后終端報(bào)錯(cuò)信息:
linux 阿里隴西操作系統(tǒng) webman4.1.4
環(huán)境就是寶塔部署的nginx1.2、php8.0
think-orm 報(bào)的內(nèi)存超限,感覺是你業(yè)務(wù)一次請(qǐng)求從數(shù)據(jù)庫讀的數(shù)據(jù)太多了導(dǎo)致的