fix: reduce memory_limit to 256M and configure PHP-FPM process management settings

This commit is contained in:
hamed
2026-07-08 17:54:20 +03:30
parent c6fa92b9a4
commit a5460cbaa9
15 changed files with 563 additions and 458 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
; Production PHP settings for ClinicPro on Coolify
memory_limit = 1024M
; 256M is ample for API requests (uploads are capped at 32M below); the old 1024M
; let a single leaky/looping request eat a quarter of a small VPS before dying.
memory_limit = 256M
upload_max_filesize = 16M
post_max_size = 32M
max_execution_time = 60