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)