This commit is contained in:
2021-02-24 14:57:24 +08:00
parent e08832a748
commit 22148402b6
+3 -3
View File
@@ -104,10 +104,10 @@ class Application extends BaseApplication
public function start(Input $argv): bool|string
{
try {
ini_set('opcache.enable', 1);
ini_set('opcache.enable_cli', 1);
ini_set('opcache.enable', '1');
ini_set('opcache.enable_cli', '1');
ini_set('opcache.jit_buffer_size', '100M');
ini_set('opcache.jit', 1255);
ini_set('opcache.jit', '1255');
fire(Event::SERVER_BEFORE_START);