diff --git a/packages/manager/src/features/components/PlansPanel/utils.ts b/packages/manager/src/features/components/PlansPanel/utils.ts index 3da00809f73..a4a521636a3 100644 --- a/packages/manager/src/features/components/PlansPanel/utils.ts +++ b/packages/manager/src/features/components/PlansPanel/utils.ts @@ -421,7 +421,7 @@ export const extractPlansInformation = ({ ); const planIsTooSmallForAPL = - isAPLEnabled && Boolean(plan.memory < 8000 || plan.vcpus < 4); + isAPLEnabled && Boolean(plan.memory < 4000 || plan.vcpus < 2); return { ...plan,