doc: konsolidierte Homelab-Dokumentation + Original-Plan

This commit is contained in:
2026-06-04 02:15:42 +02:00
parent 1ceaa8e103
commit daf5ffc8d0
13 changed files with 1372 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
; rieger-spirit php-tuning für nextcloud
memory_limit = 1024M
upload_max_filesize = 16G
post_max_size = 16G
max_execution_time = 3600
max_input_time = 3600
output_buffering = 0
date.timezone = Europe/Zurich
; opcache + JIT
opcache.enable = 1
opcache.enable_cli = 1
opcache.interned_strings_buffer = 32
opcache.max_accelerated_files = 10000
opcache.memory_consumption = 256
opcache.save_comments = 1
opcache.revalidate_freq = 60
opcache.jit = 1255
opcache.jit_buffer_size = 128M
; APCu als lokaler cache (im offiziellen image enthalten)
apc.enable_cli = 1