From 45bec8e9f83945e0734c9d4f42ce4930c520bacb Mon Sep 17 00:00:00 2001 From: Andrea Zonca Date: Tue, 23 Sep 2025 22:07:13 -0700 Subject: [PATCH] Apply suggestion from @julianpistorius Co-authored-by: Julian Pistorius --- docs/install/jetstream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/jetstream.md b/docs/install/jetstream.md index 5eb75b1..b1b6caa 100644 --- a/docs/install/jetstream.md +++ b/docs/install/jetstream.md @@ -22,7 +22,7 @@ We'll create a new Jetstream2 instance: 3. From the list of images, select **Ubuntu 24.04** (Jammy or newer is required for current TLJH releases). 4. In the **Create Instance** dialog: 1. Set a descriptive **Instance Name** (this is used in the default hostname and helps users recognize it). - 2. Choose an **Instance Size**. We suggest `m3.small` (2 vCPUs / 8 GiB RAM) or larger for more than a couple of users. The absolute minimum TLJH can start with is about **1 GiB** RAM, but you'll quickly run out with real workloads. + 2. Choose an **Instance Size**. We suggest `m3.small` (2 vCPUs / 6 GiB RAM) or larger for more than a couple of users. The absolute minimum TLJH can start with is about **1 GiB** RAM, but you'll quickly run out with real workloads. - See the resource estimation guide: [Choosing resources](/howto/admin/resource-estimation) for help picking CPU, RAM, and disk. 3. (Optional) Increase the **Volume Size** if you expect many users or large datasets. You can not easily shrink later. 5. Launch the instance (click **Create Instance** / **Launch**).