Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 1b2f4ba

Browse files
committed
🐛 把内存调成无上限了,可能能解决假死的问题?(
1 parent 7b0a250 commit 1b2f4ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
use function Swoole\Coroutine\run;
44
use function Swoole\Timer;
55
declare(ticks=1)
6+
set_time_limit(0);
7+
ini_set('memory_limit', '-1');
68
require './config.php';
79
const PHPOBAVERSION = '1.3.0';
810
const VERSION = '1.10.4';

0 commit comments

Comments
 (0)