We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed00c0 commit 2057df5Copy full SHA for 2057df5
nx-dev/ui-pricing/src/lib/credit-pricing.tsx
@@ -61,19 +61,19 @@ const linuxArm64 = [
61
{
62
icon: <LinuxIcon aria-hidden="true" className="size-6" />,
63
name: 'Medium',
64
- description: '2 vCPU, 4GB RAM',
+ description: '2 vCPU, 8GB RAM',
65
creditCost: 13,
66
},
67
68
69
name: 'Large',
70
- description: '4 vCPU, 8GB RAM',
+ description: '4 vCPU, 16GB RAM',
71
creditCost: 26,
72
73
74
75
name: 'Extra large',
76
- description: '8 vCPU, 16GB RAM',
+ description: '8 vCPU, 32GB RAM',
77
creditCost: 52,
78
79
];
0 commit comments