Render Instance Types

Specify your service's available RAM and CPU.

A Render service's instance type determines its RAM and CPU specs. For most , you specify an instance type during service creation and can change it later:

Selecting a web service's instance type in the Render Dashboard

If you scale a service to run multiple instances, each instance uses the same instance type.

A couple of service types handle instance types differently from the others:

  • A service defines multiple runnable tasks, each of which can use a different instance type. You specify each task's instance type directly in your code. Learn more.
  • do not have an instance type at all, because they do not perform server-side processing.

Changing a service's instance type

Render Postgres and Key Value instances require brief downtime when changing their instance type.

See details for each:

Other service types redeploy with zero downtime, unless they have an attached .

Change your service's instance type using any method listed below.

Note that your service's instance type does not change until the first successful deploy after you update it.

  1. From your service's Settings page in the Render Dashboard, find the Instance Type setting under General:

    Updating a service's instance type in the Render Dashboard

  2. Click Update and select a new instance type.

  3. Click Save Changes.

Render automatically triggers a new deploy to apply the new instance type.

Get started with the Render API.

  1. Send a request to the Render API endpoint that corresponds to your service type:

    In your request body, provide the new instance type in the plan field. For Update service only, this field is nested under serviceDetails:

  2. For Update service only, follow up with a request to the Trigger deploy endpoint to apply the new instance type.

    • The Update service endpoint does not trigger a new deploy.

In your Blueprint file (usually render.yaml), set your service's plan field to a new instance type:

See all Blueprint-formatted plan names for services and databases.

The next time you sync your Blueprint, Render triggers a new deploy to apply the new instance type.

Available instance types

For pricing details on instance types, see the pricing page.

Available instance types vary by . Select a tab below to view instance types for a particular service type.

Instance TypeCPURAM

Free

0.1512 MB

Starter

0.5512 MB

Standard

12 GB

Pro

24 GB

Pro Plus

48 GB

Pro Max

416 GB

Pro Ultra

832 GB
Instance TypeCPURAM

Starter

0.5512 MB

Standard

12 GB

Pro

24 GB

Pro Plus

48 GB

Pro Max

416 GB

Pro Ultra

832 GB
Instance TypeCPURAM

Starter

0.5512 MB

Standard

12 GB

Pro

24 GB

Pro Plus

48 GB
CPURAMPlan IDLegacy Plan Name

Up to 1 CPU

Up to 4 GB

flex

0.5512 MB

starter

12 GB

standard

24 GB

2c-4g

pro

28 GB

2c-8g

48 GB

4c-8g

pro_plus

416 GB

4c-16g

pro_max

Your Render Postgres instance type does not affect storage capacity.

Instance type only determines your database instance's RAM and CPU. For details, see Flexible Plans for Render Postgres.

Instance TypeCPURAMConnection Limit

Free

0.1256 MB100 connections

Basic-256mb

0.1256 MB100 connections

Basic-1gb

0.51 GB100 connections

Basic-4gb

24 GB100 connections

Pro-4gb

14 GB100 connections

Pro-8gb

28 GB200 connections

Pro-16gb

416 GB400 connections

Pro-32gb

832 GB500 connections

Pro-64gb

1664 GB500 connections

Pro-128gb

32128 GB500 connections

Pro-192gb

48192 GB500 connections

Pro-256gb

64256 GB500 connections

Pro-384gb

96384 GB500 connections

Pro-512gb

128512 GB500 connections

Accelerated-16gb

216 GB400 connections

Accelerated-32gb

432 GB500 connections

Accelerated-64gb

864 GB500 connections

Accelerated-128gb

16128 GB500 connections

Accelerated-256gb

32256 GB500 connections

Accelerated-384gb

48384 GB500 connections

Accelerated-512gb

64512 GB500 connections

Accelerated-768gb

96768 GB500 connections

Accelerated-1024gb

1281024 GB500 connections
Instance TypeRAMConnection Limit

Free

25 MB50 connections

Starter

256 MB250 connections

Standard

1 GB1,000 connections

Pro

5 GB5,000 connections

Pro Plus

10 GB10,000 connections

Pro Max

20 GB20,000 connections

Pro Ultra

40 GB40,000 connections