Skip to content

Commit

Permalink
Enable overwrites for max_wasted_percentage & huge_code_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
E-VANCE authored Sep 21, 2023
1 parent 1c8b136 commit a6e42c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/php/templates/php-fpm.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ opcache.validate_timestamps = {{ php_opcache_validate_timestamps }}
opcache.enable_file_override = {{ php_opcache_enable_file_override }}
opcache.revalidate_freq = {{ php_opcache_revalidate_freq }}
opcache.fast_shutdown = {{ php_opcache_fast_shutdown }}
opcache.max_wasted_percentage = {{ php_opcache_max_wasted_percentage }}
opcache.huge_code_pages = {{ php_opcache_huge_code_pages }}

0 comments on commit a6e42c7

Please sign in to comment.