Skip to content
Snippets Groups Projects
Verified Commit 59d93d85 authored by Chris Croome's avatar Chris Croome
Browse files

Enable JIT to fix #8

parent e69c23e4
No related branches found
No related tags found
No related merge requests found
Pipeline #33098 passed
......@@ -41,6 +41,9 @@ php_config:
"mysqli.max_persistent": "-1"
"mysqli.reconnect": "Off"
"mysqli.default_socket": "/run/mysqld/mysqld.sock"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -58,7 +61,10 @@ php_config:
"mysqli.allow_local_infile": "Off"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......@@ -129,6 +135,9 @@ php_config:
"mysqli.max_persistent": "-1"
"mysqli.reconnect": "Off"
"mysqli.default_socket": "/run/mysqld/mysqld.sock"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -146,7 +155,10 @@ php_config:
"mysqli.allow_local_infile": "Off"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......@@ -217,6 +229,9 @@ php_config:
"mysqli.max_persistent": "-1"
"mysqli.reconnect": "Off"
"mysqli.default_socket": "/run/mysqld/mysqld.sock"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -234,7 +249,10 @@ php_config:
"mysqli.allow_local_infile": "Off"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......@@ -305,6 +323,9 @@ php_config:
"mysqli.max_persistent": "-1"
"mysqli.reconnect": "Off"
"mysqli.default_socket": "/run/mysqld/mysqld.sock"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -322,7 +343,10 @@ php_config:
"mysqli.allow_local_infile": "Off"
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment