tune nextcloud opc cahc config
This commit is contained in:
@@ -6,11 +6,12 @@ let
|
||||
extraConfig = ''
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=12
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=128
|
||||
opcache.interned_strings_buffer=32
|
||||
opcache.max_accelerated_files=15000
|
||||
opcache.memory_consumption=256
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
opcache.validate_timestamps=0
|
||||
opcache.revalidate_freq=60
|
||||
memory_limit=5G
|
||||
post_max_size=5G
|
||||
upload_max_filesize=5G
|
||||
|
||||
Reference in New Issue
Block a user