mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
droplet: Upgrade to 4GB of RAM and 2CPUs; 2GB is insufficient.
This commit is contained in:
committed by
Tim Abbott
parent
b15c3006a0
commit
3ae3aba712
@@ -188,7 +188,7 @@ def create_droplet(
|
||||
name=name,
|
||||
region=region,
|
||||
image=template_id,
|
||||
size_slug="s-1vcpu-2gb",
|
||||
size_slug="s-2vcpu-4gb",
|
||||
user_data=user_data,
|
||||
tags=tags,
|
||||
backups=False,
|
||||
|
||||
Reference in New Issue
Block a user