问题描述 nginx反向代理webman偶尔会出现 出现的很有规律。猜测跟monitor关闭内存超出的子进程有关。怎么解决。不应该先取消处理,再关闭进程吗? 程序代码 if (preg_match('/VmRSS\s*?:\s*?(\d+?)\s*?kB/', $status, $match)) { $mem = $match[1]; }...
问题描述 不支持 定时器,这样调用。结束内存超出的进程失败。 Timer::add(60, [$this, 'checkMemory'], [$memoryLimit]); 程序代码或配置 public function repeat(float $interval, callable $func, array $args = []): int { $className = $this...
./composer.json has been updated Running composer update webman/think-cache --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could not be re...