From 4fd02de1d919d9b6fbc532a9c56b68c7043349f7 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Thu, 30 Sep 2021 10:56:05 +0200 Subject: [PATCH] Revert "increase default disk size" This reverts commit ccc5c502bd576fb6b9e595a605eb227fb13e4e59. --- openappstack/cluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openappstack/cluster.py b/openappstack/cluster.py index 7a9a5635d..960914624 100644 --- a/openappstack/cluster.py +++ b/openappstack/cluster.py @@ -32,7 +32,7 @@ log = logging.getLogger(__name__) # pylint: disable=invalid-name """Greenhost region where VPS will be started with create_droplet""" DEFAULT_REGION = 'ams1' """Default disk size""" -DEFAULT_DISK_SIZE_GB = 35 +DEFAULT_DISK_SIZE_GB = 30 """Default amount of memory""" DEFAULT_MEMORY_SIZE_MB = 12288 """Default "image" (operating system): 26 = Debian bullseye-x64 """ -- GitLab