mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-08 20:46:16 +08:00
Suggest creating fly machine with 2gb of memory
This commit is contained in:
parent
597abe161c
commit
7a00bc73ae
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do
|
||||||
mkdir #{example_dir}
|
mkdir #{example_dir}
|
||||||
cd #{example_dir}
|
cd #{example_dir}
|
||||||
|
|
||||||
fly launch --image #{image} --no-deploy
|
fly launch --image #{image} --vm-memory 2048 --no-deploy
|
||||||
|
|
||||||
fly secrets set \\
|
fly secrets set \\
|
||||||
#{envs}
|
#{envs}
|
||||||
|
|
Loading…
Add table
Reference in a new issue