Skip to content

Commit 4892023

Browse files
Merge pull request #3031 from NIKHITHAVADDEMPUDI/ppfmcgValues
Update minimum required values for MCG profiles
2 parents 2e963b8 + 75b2ed8 commit 4892023

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/odf/utils/mcg-profile.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const MCG_PROFILE_REQUIREMENTS: Record<
1313
> = {
1414
[McgPerformanceProfile.Default]: { cpu: 4.4, memoryGiB: 8.83 },
1515
[McgPerformanceProfile.MixedWorkload]: { cpu: 16.2, memoryGiB: 28.49 },
16-
[McgPerformanceProfile.SmallObjects]: { cpu: 20.2, memoryGiB: 44.49 },
16+
[McgPerformanceProfile.SmallObjects]: { cpu: 18.2, memoryGiB: 44.49 },
1717
};
1818

1919
const MCG_PROFILE_REQUIREMENTS_S390X: Record<
@@ -22,7 +22,7 @@ const MCG_PROFILE_REQUIREMENTS_S390X: Record<
2222
> = {
2323
[McgPerformanceProfile.Default]: { cpu: 2.2, memoryGiB: 8.83 },
2424
[McgPerformanceProfile.MixedWorkload]: { cpu: 8.1, memoryGiB: 28.49 },
25-
[McgPerformanceProfile.SmallObjects]: { cpu: 10.1, memoryGiB: 44.49 },
25+
[McgPerformanceProfile.SmallObjects]: { cpu: 9.1, memoryGiB: 44.49 },
2626
};
2727

2828
export const getMcgProfileRequirements = (

0 commit comments

Comments
 (0)