From a841d06b905b534612cf96cb478cd4617b79b131 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Fri, 5 May 2023 02:44:40 +0000 Subject: [PATCH] Fixes #3628 Remove memory check Removes the memory check, as this is incorrect for a 8GB macbook that is capable of running MicroShift. Lowering the check makes this less relevant/meaningless; it says nothing about the ability in that case to run any of the supported presets. Any check needs to happen from the preset specific default values on startup, not installation. --- packaging/darwin/Distribution.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packaging/darwin/Distribution.in b/packaging/darwin/Distribution.in index 4cd9850f96..3c7947bc0e 100755 --- a/packaging/darwin/Distribution.in +++ b/packaging/darwin/Distribution.in @@ -12,13 +12,6 @@