Platform Administration

Configure Compute Profiles

Create and manage the compute profile catalog.

Compute profiles are named CPU/memory configurations that users select when creating VMs. Instead of specifying arbitrary resource values, users pick from a curated catalog, keeping VM sizes consistent and predictable across the platform.

Manage compute profiles from the Settings page in the portal. The Compute Profiles section shows all configured profiles with their CPU and memory allocations.

The Compute Profiles section shows each profile's name, vCPU count, and memory allocation with edit and remove actions.

Add a profile

Each compute profile defines a name, CPU core count, and memory amount.

Constraints:

ParameterMinMax
cpus164
memory1024 MiB (1 GiB)131072 MiB (128 GiB)

In the portal:

  1. Navigate to Settings.
  2. In the Compute Profiles section, click New profile.
  3. Enter the name, CPU count, and memory.
  4. Click Save.

A practical starting catalog might look like this:

NameCPUsMemory
Small12048 MiB
Medium24096 MiB
Large48192 MiB
XL816384 MiB
2XL1632768 MiB
Offer a range of sizes but do not go overboard. Five to eight profiles covers most use cases. Users who need something unusual can always ask an admin to add a custom profile.

Update a profile

To rename a profile or change its resource allocation, click Edit next to the profile you want to modify. Update the values and save.

Updating a profile does not retroactively change existing VMs that were created with it. It only affects new VMs going forward.

Remove a profile

To remove a profile from the catalog, click Remove next to the profile. Removing a profile does not affect existing VMs. It only prevents users from selecting it for new VMs.