-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopcache.ini
More file actions
25 lines (25 loc) · 853 Bytes
/
opcache.ini
File metadata and controls
25 lines (25 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
; Enable Zend OPcache extension
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20160303/opcache.so
; Determines if Zend OPCache is enabled
opcache.enable=0
;
; Determines if Zend OPCache is enabled for the CLI version of PHP
; ;opcache.enable_cli=0
;
; The OPcache shared memory storage size.
opcache.memory_consumption=128
;
; The amount of memory for interned strings in Mbytes.
opcache.interned_strings_buffer=16
;
; The maximum number of keys (scripts) in the OPcache hash table.
; ; Only numbers between 200 and 100000 are allowed.
opcache.max_accelerated_files=10000
;
; If enabled, a fast shutdown sequence is used for the accelerated code.
opcache.fast_shutdown=1
;
; following can be commented for production server.
opcache.validate_timestamps=1
opcache.revalidate_freq=0
; opcache.consistency_checks=1