-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.user.ini
More file actions
22 lines (21 loc) · 775 Bytes
/
example.user.ini
File metadata and controls
22 lines (21 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; .user.ini place in document root (public/)
; opcache set example
; see https://www.php.net/manual/en/opcache.configuration.php
opcache.enable = 1
; enable or disable validation
opcache.validate_timestamps = 1
; validation frequency (set to 60 seconds) of validate timestamp enabled
opcache.revalidate_freq = 60
; max accelerated files
opcache.max_accelerated_files = 40000
; set to 0/false if php comments no need to save in opcache
opcache.save_comments = 0
; disable load comments
opcache.load_comments = 0
; disable revalidate path
opcache.revalidate_path = 0
; The amount of memory used to store interned strings, in megabytes
opcache.interned_strings_buffer = 16
; Additional settings
; add memory limit to minimum 64MB or increase what it needs
; memory_limit = 64M