From 1c5395d8175640f665a50f6e2e79f1075ca56c0e Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:40:11 +0000 Subject: [PATCH] docs: clarify new-service CPU/RAM defaults --- applications/deploy/configuring-application-services.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/deploy/configuring-application-services.mdx b/applications/deploy/configuring-application-services.mdx index a00695e..5a82747 100644 --- a/applications/deploy/configuring-application-services.mdx +++ b/applications/deploy/configuring-application-services.mdx @@ -46,7 +46,7 @@ Every service needs compute resources. Porter lets you configure exactly how muc ### CPU and memory -CPU is measured in cores, configurable from 0.1 (one-tenth of a core) up to 8 cores. Memory is measured in megabytes, from 128 MB up to 16 GB. The defaults (0.5 cores and 1 GB of memory) work well for lightweight services. Increase these values for compute-intensive workloads or applications with large memory footprints. +CPU is measured in cores, configurable from 0.1 (one-tenth of a core) up to 8 cores. Memory is measured in megabytes, from 128 MB up to 16 GB. New services default to 0.5 cores and 512 MB of memory, which works well for lightweight services. Increase these values for compute-intensive workloads or applications with large memory footprints. The upper bound on each slider reflects the capacity of your cluster's largest application node, so you can still scale a service up to use the full node if you need to. On sandbox projects, defaults are lower (0.1 cores and 250 MB) to fit the smaller cluster. ![Resource allocation sliders for CPU and RAM](/images/deploy/v2/cpu-ram-sliders.webp)