mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-19 11:36:39 +00:00
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:
@@ -52,6 +52,10 @@ docker:
|
|||||||
name: wordpress
|
name: wordpress
|
||||||
backup:
|
backup:
|
||||||
no_stop_required: true
|
no_stop_required: true
|
||||||
|
cpus: 1
|
||||||
|
mem_reservation: 0.5g
|
||||||
|
mem_limit: 1.5g
|
||||||
|
pids_limit: 512
|
||||||
volumes:
|
volumes:
|
||||||
data: wordpress_data
|
data: wordpress_data
|
||||||
rbac:
|
rbac:
|
||||||
|
|||||||
Reference in New Issue
Block a user