Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created June 17, 2024 16:59
Show Gist options
  • Save james2doyle/7b72f1b22746c7237b968060a597926f to your computer and use it in GitHub Desktop.
Save james2doyle/7b72f1b22746c7237b968060a597926f to your computer and use it in GitHub Desktop.
Control the jit in PHP with an opcache config
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.jit_buffer_size=100M
opcache.jit=tracing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment