Skip to content

Commit

Permalink
fix: revert change to spread
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Wallace <[email protected]>
  • Loading branch information
locnnil committed Sep 27, 2024
1 parent 3eb877b commit c550396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c550396

Please sign in to comment.