Skip to content

Commit

Permalink
UPSTREAM: <carry>: openshift: Raise maximum memory capacity difference.
Browse files Browse the repository at this point in the history
AWS M5 instance types may differ in memory capacity by more than 128MB.

Originally introduced to Openshift as part of #121 during the 4.4 release cycle.
  • Loading branch information
cdmurph32 authored and JoelSpeed committed Apr 27, 2020
1 parent 7278ebb commit f621b3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
MaxFreeDifferenceRatio = 0.05
// MaxMemoryDifferenceInKiloBytes describes how much memory
// capacity can differ but still be considered equal.
MaxMemoryDifferenceInKiloBytes = 128000
MaxMemoryDifferenceInKiloBytes = 256000
)

// BasicIgnoredLabels define a set of basic labels that should be ignored when comparing the similarity
Expand Down

0 comments on commit f621b3c

Please sign in to comment.