boosting disk and ram for taskotorn dev clients

This commit is contained in:
Tim Flink 2016-05-03 15:26:08 +00:00
parent 9c4b508722
commit b4874c7b6e

View file

@ -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 %}