Skip to content

Commit c3d7ca3

Browse files
PeterGracePeter Grace
andauthored
DEX-464: Adjust minimum system requirements (#195)
* update minimum system requirements in docs * fix gcp instance value as well * also fix n1-standard-8 reference in gcp install * gcp english fix * revert 64 to 32gb --------- Co-authored-by: Peter Grace <petegrace@stackblitz.com>
1 parent ec21215 commit c3d7ca3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/enterprise/installation/quickstart-existing-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For installing StackBlitz in environments with restricted network access, see [A
2020

2121
Minimum Cluster Requirements:
2222

23-
- 8 vCPU,
23+
- 16 vCPU,
2424
- 32 GB Memory,
2525
- 200 GB Storage,
2626
- `kubectl` access to the cluster,

docs/enterprise/installation/quickstart-gcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ StackBlitz Enterprise is a Kubernetes application. You can install the software
1414

1515
## Getting started on GCP (embedded)
1616

17-
If you don’t have a cluster, then our install scripts can provide one. The minimum requirements for this on GCP is n1-standard-8 (8 vCPUs, 30 GB memory).
17+
If you don’t have a cluster, then our install scripts can provide one. The minimum requirements for this on GCP is n1-standard-16 (16 vCPUs, 60 GB memory).
1818

1919
Getting started on GCP (no GKE, no existing cluster):
2020

21-
- Launch an n1-standard-4 instance or larger on GCP with Ubuntu as the OS with 200gb disk space.
21+
- Launch a n1-standard-16 instance or larger on GCP with Ubuntu as the OS with 200 GB disk space.
2222
- Make sure ports the following TCP ports are allowed through the firewall:
2323
- 22
2424
- 80

docs/enterprise/installation/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ StackBlitz Enterprise is a Kubernetes application. You can install the software
1414

1515
## Getting started on bare metal (embedded)
1616

17-
If you don’t have a cluster, then our install scripts can provide one. The minimum requirements for this is 8 vCPUs, 32 GB memory, and 200 GB storage running Ubuntu LTS.
17+
If you don’t have a cluster, then our install scripts can provide one. The minimum requirements for this is 16 vCPUs, 32 GB memory, and 200 GB storage running Ubuntu LTS.
1818

1919
Getting started on bare metal (no existing Kubernetes cluster):
2020

0 commit comments

Comments
 (0)