Skip to content

Commit 06c257e

Browse files
committed
Enable JIT on community_job
1 parent 24b1c24 commit 06c257e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure/community_job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
echo zend_extension=opcache.so > /etc/php.d/opcache.ini
4545
echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
4646
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
47+
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
4748
displayName: 'Install Build'
4849
- script: |
4950
git clone https://github.com/laravel/framework.git --branch=master --depth=1

0 commit comments

Comments
 (0)