Skip to content

Commit

Permalink
enable opcache (TechEmpower#8525)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman authored Nov 8, 2023
1 parent 9cb42c9 commit b7ddeff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frameworks/PHP/swoole/php.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
opcache.enable=1
opcache.enable_cli=1
opcache.validate_timestamps=0
memory_limit = 1024M
opcache.enable_file_override=1
opcache.huge_code_pages=1
memory_limit=1024M

opcache.jit_buffer_size=128M
opcache.jit=tracing

0 comments on commit b7ddeff

Please sign in to comment.