Create config fo opcache #2

Open
opened 2021-11-20 15:55:42 +00:00 by ungleich-gitea · 0 comments

Add the following content to the file: /etc/php/<VERSION>/fpm/conf.d/10-opcache.ini

zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1

This is for better performance

Add the following content to the file: `/etc/php/<VERSION>/fpm/conf.d/10-opcache.ini` ``` zend_extension=opcache.so opcache.enable=1 opcache.enable_cli=1 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=10000 opcache.memory_consumption=128 opcache.save_comments=1 ``` This is for better performance
rouxdo was assigned by ungleich-gitea 2021-11-20 15:55:42 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/__ungleich_nextcloud#2
No description provided.