File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 23 (2024-11-25)
4+
5+ Fix invalid comment in ` opcache.ini ` file
6+
37## 22 (2024-11-25)
48
59- Right sizes the PHP-FPM workers for systems with 3-4 cores (previously there were too many workers which simply idled)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ opcache.memory_consumption=256
1111opcache.interned_strings_buffer =32
1212opcache.max_accelerated_files =20000
1313opcache.max_wasted_percentage =10
14- # We compromise some (little based on tests) performance gains on the following line by allowing cache-invalidation for dev projects
15- opcache.revalidate_freq =2
1614opcache.fast_shutdown =1
15+
16+ # Allow cache invalidation for projects during development
17+ opcache.revalidate_freq =2
You can’t perform that action at this time.
0 commit comments