public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/phpfpm/php-conf.d/opcache-recommended.ini
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
; NOTE: Restart phpfpm on ANY manual changes to PHP files!
3
; opcache
4
opcache.enable=1
5
opcache.enable_cli=1
6
opcache.interned_strings_buffer=16
7
opcache.max_accelerated_files=10000
8
opcache.memory_consumption=128
9
opcache.save_comments=1
10
opcache.validate_timestamps=0
12
; JIT
13
; Disabled for now due to some PHP segmentation faults observed
14
; in certain environments. Possibly some PHP or PHP extension bug.
15
opcache.jit=disable
16
opcache.jit_buffer_size=0