mirror of https://github.com/zulip/zulip.git
droplet: Upgrade to 4GB of RAM and 2CPUs; 2GB is insufficient.
This commit is contained in:
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,
|
||||
|
|
Loading…
Reference in New Issue