docs(nx-dev): Update ARM resource classes (#30294)

Updates nx.dev docs for ARM resource classes
This commit is contained in:
pmariglia 2025-03-06 13:16:05 -05:00 committed by GitHub
parent 7ed00c0dc9
commit 2057df57ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,19 +61,19 @@ const linuxArm64 = [
{
icon: <LinuxIcon aria-hidden="true" className="size-6" />,
name: 'Medium',
description: '2 vCPU, 4GB RAM',
description: '2 vCPU, 8GB RAM',
creditCost: 13,
},
{
icon: <LinuxIcon aria-hidden="true" className="size-6" />,
name: 'Large',
description: '4 vCPU, 8GB RAM',
description: '4 vCPU, 16GB RAM',
creditCost: 26,
},
{
icon: <LinuxIcon aria-hidden="true" className="size-6" />,
name: 'Extra large',
description: '8 vCPU, 16GB RAM',
description: '8 vCPU, 32GB RAM',
creditCost: 52,
},
];