aboutsummaryrefslogtreecommitdiffstats
path: root/src/redhat-support-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redhat-support-check.c')
-rw-r--r--src/redhat-support-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redhat-support-check.c b/src/redhat-support-check.c
index f907432f..280cebc1 100644
--- a/src/redhat-support-check.c
+++ b/src/redhat-support-check.c
@@ -150,7 +150,7 @@ int main(int argc, char **argv) {
get_release_info();
openlog("redhat-support-check", 0, LOG_USER);
- if (min_mem && memory < min_mem) {
+ if (min_mem && memory < (0.9 * min_mem)) {
printf(_("WARNING: %s requires at least %dMB RAM to run as a supported configuration. (%lluMB detected)\n"),
release_name, min_mem, memory);
syslog(LOG_NOTICE,_("WARNING: %s requires at least %dMB RAM to run as a supported configuration. (%lluMB detected)\n"),