Skip to content

Commit

Permalink
incus-run: Mark VMs as ephemeral
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
Sponsored-by: https://www.sovereign.tech
  • Loading branch information
stgraber committed Dec 11, 2024
1 parent ce19ac0 commit b14098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/incus-run
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ instance_name="$(mktemp -u "${JOB_NAME}-XXXX")"

# Create instance
echo "==> Launching instance" >&2
incus launch "${1}" "${instance_name}" --vm \
incus launch "${1}" "${instance_name}" --ephemeral --vm \
-c limits.cpu=4 \
-c limits.memory=16GiB \
-d root,size=50GiB
Expand Down

0 comments on commit b14098a

Please sign in to comment.