From 01c5c251f98a0cdee3154872683b1d4d14ed06ea Mon Sep 17 00:00:00 2001 From: Lincoln Wallace Date: Fri, 27 Sep 2024 09:16:52 -0300 Subject: [PATCH] fix: revert change to spread Signed-off-by: Lincoln Wallace --- spread.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spread.yaml b/spread.yaml index ef2b4e1747..039ef727b3 100644 --- a/spread.yaml +++ b/spread.yaml @@ -82,7 +82,7 @@ backends: FATAL "$SPREAD_SYSTEM is not supported!" fi - multipass launch --cpus 8 --disk 30G --memory 8G --name "$instance_name" "$image" + multipass launch --disk 20G --memory 2G --name "$instance_name" "$image" # Get the IP from the instance ip=$(multipass info --format csv "$instance_name" | tail -1 | cut -d\, -f3)