Increase WordPress container resources (cpus=1, mem_reservation=0.5g, mem_limit=1.5g, pids_limit=512)

Ref: Updated based on performance guidance from ChatGPT conversation:
https://chatgpt.com/share/691c8f1f-306c-800f-92b0-1bbe8e2ba5c4
This commit is contained in:
2025-11-18 16:22:33 +01:00
parent 36f9573fdf
commit 68a8128d38

View File

@@ -52,6 +52,10 @@ docker:
name: wordpress
backup:
no_stop_required: true
cpus: 1
mem_reservation: 0.5g
mem_limit: 1.5g
pids_limit: 512
volumes:
data: wordpress_data
rbac: