nextcloud/config/php.ini
2025-03-16 22:03:58 +01:00

10 lines
No EOL
238 B
INI

[PHP]
upload_max_filesize = 2G
post_max_size = 2G
memory_limit = 512M
opcache.enable=1
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=20000
opcache.memory_consumption=256
opcache.save_comments=1
opcache.revalidate_freq=1