Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jukie committed Sep 14, 2024
1 parent e1dadb5 commit 2493708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/providers/instancetype/instancetype.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ func (p *DefaultProvider) UpdateInstanceTypeMemoryOverhead(ctx context.Context)
return
}
reportedMiB := instanceTypeInfo.MemoryInfo.SizeInMiB
//actualMib := node.Status.Capacity.Memory().Value() / 1024 / 1024
actualMib := node.Status.Capacity.Memory().Value() / 1024 / 1024

overhead := *reportedMiB - actualMib
Expand Down

0 comments on commit 2493708

Please sign in to comment.