boosting disk and ram for taskotorn dev clients
This commit is contained in:
parent
9c4b508722
commit
b4874c7b6e
1 changed files with 10 additions and 0 deletions
|
@ -70,9 +70,19 @@ write_files:
|
|||
# returns immediately after starting the boot process.
|
||||
BOOT_TIMEOUT = 60
|
||||
|
||||
{# this is just in dev for now, testing before moving it anywhere else #}
|
||||
{% if deployment_type in ['dev'] %}
|
||||
# ram size, in MiB
|
||||
RAM = 6144
|
||||
|
||||
# Desired size, in GiB of instance disks. 0 leaves disk capacity
|
||||
# identical to source image
|
||||
DISK_SIZE = 40
|
||||
{% else %}
|
||||
# ram size, in MiB
|
||||
RAM = 2048
|
||||
|
||||
# Desired size, in GiB of instance disks. 0 leaves disk capacity
|
||||
# identical to source image
|
||||
DISK_SIZE = 10
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue