From 5e25d5f858c31e985da5a314eab50c5a795764fe Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 8 Jan 2024 15:20:06 +0000 Subject: [PATCH] Way more CPU for wordpress now that it's no longer I/O bound. --- services/wordpress.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wordpress.hcl b/services/wordpress.hcl index 07e0232..3061f8c 100644 --- a/services/wordpress.hcl +++ b/services/wordpress.hcl @@ -44,7 +44,7 @@ job "wordpress" { } resources { - cpu = 2000 + cpu = 6000 memory = 1024 }