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