123456789101112131415161718192021 |
- opcache.enable_file_override = 1
- opcache.memory_consumption = 96
- opcache.interned_strings_buffer = 16
- opcache.max_accelerated_files = 10000
- opcache.save_comments = 1
- opcache.consistency_checks = 0
- opcache.enable = 1
- opcache.enable_cli=1
- opcache.optimization_level = 0xFFFFFFFF
- opcache.huge_code_pages = 0
- opcache.validate_timestamps = 0
- opcache.jit_buffer_size = 128M
- opcache.jit = 1255
- realpath_cache_ttl = 1200
- memory_limit = 512M
- display_errors = 0
- error_reporting = E_ALL
- zend.assertions = 0
- assert.exception = 0
|