From 8b890ba35fda74c67a1e7943beb81ec8ad30c233 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 20 Jul 2022 09:34:58 -0300 Subject: [PATCH] 2 cpus --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 86c96b4..755276f 100755 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ waitport() { } sudo ignite create weaveworks/ignite-ubuntu \ - --cpus 1 \ + --cpus 2 \ --memory 1GB \ --size 10GB \ --ssh=id_rsa.pub \