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

Tweak JIT settings

parent 59d93d85
No related branches found
No related tags found
No related merge requests found
Pipeline #33099 passed
......@@ -44,6 +44,16 @@ php_config:
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
"opcache.use_cwd": "1"
"opcache.validate_permission": "1"
"opcache.validate_root": "1"
"opcache.validate_timestamps": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -64,7 +74,7 @@ php_config:
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......@@ -138,6 +148,16 @@ php_config:
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
"opcache.use_cwd": "1"
"opcache.validate_permission": "1"
"opcache.validate_root": "1"
"opcache.validate_timestamps": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -158,7 +178,7 @@ php_config:
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......@@ -232,6 +252,16 @@ php_config:
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
"opcache.use_cwd": "1"
"opcache.validate_permission": "1"
"opcache.validate_root": "1"
"opcache.validate_timestamps": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -252,7 +282,7 @@ php_config:
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
......@@ -326,6 +356,16 @@ php_config:
opcache:
"opcache.enable": "1"
"opcache.enable_cli": "1"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "512M"
"opcache.max_accelerated_files": "100000"
"opcache.memory_consumption": "1024"
"opcache.revalidate_freq": "2"
"opcache.use_cwd": "1"
"opcache.validate_permission": "1"
"opcache.validate_root": "1"
"opcache.validate_timestamps": "1"
Pdo_mysql:
"pdo_mysql.default_socket": "/run/mysqld/mysqld.sock"
PHP:
......@@ -346,7 +386,7 @@ php_config:
"opcache.enable_cli": "0"
"opcache.interned_strings_buffer": "64"
"opcache.jit": "tracing"
"opcache.jit_buffer_size": "128M"
"opcache.jit_buffer_size": "512M"
"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