Skip to content

Commit e88df96

Browse files
committed
Disable JIT for now
Almost all requests fail with JIT enabled.
1 parent 75fdf46 commit e88df96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgo/tpl/php/php-8.0-pgo-nts-cache.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ zend_extension=php_opcache.dll
987987
opcache.memory_consumption=PHP_SDK_PGO_PHP_OPCACHE_MEMORY_CONSUMPTION
988988
opcache.interned_strings_buffer=PHP_SDK_PGO_PHP_OPCACHE_INTERNED_STRINGS_BUFFER
989989
opcache.max_accelerated_files=PHP_SDK_PGO_PHP_OPCACHE_MAX_ACCELERATED_FILES
990-
opcache.jit_buffer_size=PHP_SDK_PGO_PHP_OPCACHE_JIT_BUFFER_SIZE
990+
;opcache.jit_buffer_size=PHP_SDK_PGO_PHP_OPCACHE_JIT_BUFFER_SIZE
991991
opcache.revalidate_freq=60
992992
opcache.fast_shutdown=1
993993
opcache.enable=1

pgo/tpl/php/php-8.0-pgo-ts-cache.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ zend_extension=php_opcache.dll
987987
opcache.memory_consumption=PHP_SDK_PGO_PHP_OPCACHE_MEMORY_CONSUMPTION
988988
opcache.interned_strings_buffer=PHP_SDK_PGO_PHP_OPCACHE_INTERNED_STRINGS_BUFFER
989989
opcache.max_accelerated_files=PHP_SDK_PGO_PHP_OPCACHE_MAX_ACCELERATED_FILES
990-
opcache.jit_buffer_size=PHP_SDK_PGO_PHP_OPCACHE_JIT_BUFFER_SIZE
990+
;opcache.jit_buffer_size=PHP_SDK_PGO_PHP_OPCACHE_JIT_BUFFER_SIZE
991991
opcache.revalidate_freq=60
992992
opcache.fast_shutdown=1
993993
opcache.enable=1

0 commit comments

Comments
 (0)