swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 788 forks source link

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in #1504

Open flyaction opened 1 year ago

flyaction commented 1 year ago

2023/07/25-16:58:44 [INFO] Swoft\SwoftApplication:setSystemAlias(425) Project path: @base=/Users/action/dnmp/www/localhost/swoft_test/swoft 2023/07/25-16:58:44 [INFO] Swoft\SwoftApplication:setSystemAlias(426) Set alias @app=@base/app 2023/07/25-16:58:44 [INFO] Swoft\SwoftApplication:setSystemAlias(427) Set alias @config=@base/config 2023/07/25-16:58:44 [INFO] Swoft\SwoftApplication:setSystemAlias(428) Set alias @runtime=@base/runtime 2023/07/25-16:58:44 [INFO] Swoft\Processor\EnvProcessor:handle(68) Env file(/Users/action/dnmp/www/localhost/swoft_test/swoft/.env) is loaded 2023/07/25-16:58:45 [INFO] Swoft\Processor\AnnotationProcessor:handle(56) Annotations is scanned(autoloader 36, annotation 475, parser 93) PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /Users/action/dnmp/www/localhost/swoft_test/swoft/vendor/swoft/framework/src/BeanHandler.php on line 81

Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /Users/action/dnmp/www/localhost/swoft_test/swoft/vendor/swoft/framework/src/BeanHandler.php on line 81

flyaction commented 1 year ago

下载最新的 swoft后,执行 php bin/swoft rpc:start 内存溢出