laravel octane 错误有谁碰到过
200 POST /app/buyer/tasks/dispatcher/3327 …………… 6.73 mb 15.45 ms
Symfony\Component\ErrorHandler\Error\FatalError
Allowed memory size of 209715200 bytes exhausted (tried to allocate 192938352 bytes)
at vendor/symfony/process/Process.php:600
596▕ public function getIncrementalOutput()
597▕ {
598▕ $this->readPipesForOutput(FUNCTION);
599▕
➜ 600▕ $latest = stream_get_contents($this->stdout, -1, $this->incrementalOutputOffset);
601▕ $this->incrementalOutputOffset = ftell($this->stdout);
602▕
603▕ if (false === $latest) {
604▕ return ‘’;
Whoops\Exception\ErrorException
Allowed memory size of 209715200 bytes exhausted (tried to allocate 192938352 bytes)
at vendor/symfony/process/Process.php:600
596▕ public function getIncrementalOutput()
597▕ {
598▕ $this->readPipesForOutput(FUNCTION);
599▕
➜ 600▕ $latest = stream_get_contents($this->stdout, -1, $this->incrementalOutputOffset);
601▕ $this->incrementalOutputOffset = ftell($this->stdout);
602▕
603▕ if (false === $latest) {
604▕ return ‘’;
[2m+1 vendor frames [22m
2 [internal]:0
Whoops\Run::handleShutdown()
ERROR Server is already running.
ERROR Server is already running.
ERROR Server is already running.
ERROR Server is already running.
输出日志显示这个
然后在宝塔的supervisor 进程中显示
[已停止 ]| FATAL |
然后网站仍然能打开
老哥,supervisor 都启动不了 octane,怎么配置的?这是我参考网上的:
supervisorctl reread
提示available
PS: 我是在 docker 容器里边。