From c148516df959c188499adc77b2095ebc7834200c Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sun, 7 Jan 2024 18:57:47 +0000 Subject: [PATCH] More CPU for wordpress. --- services/wordpress.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wordpress.hcl b/services/wordpress.hcl index 1fb4eee..a47e2f3 100644 --- a/services/wordpress.hcl +++ b/services/wordpress.hcl @@ -43,7 +43,7 @@ job "wordpress" { } resources { - cpu = 1000 + cpu = 2000 memory = 1024 }