# HG changeset patch # User Richard Westhaver # Date 1714530933 14400 # Node ID f88e8a46080b80ec83a6aa480ae3bd42a30f0d71 # Parent 98abb7f50885c1046a82efc57e98cdc394e041a1 check mem diff -r 98abb7f50885 -r f88e8a46080b check.sh --- a/check.sh Tue Apr 30 23:18:48 2024 +0000 +++ b/check.sh Tue Apr 30 22:35:33 2024 -0400 @@ -19,6 +19,7 @@ host_config_file=host.sxp rm -f $host_config_file check_mem + local _mem_total="$RETVAL" check_disk check_mod kvm get_architecture || return 1 @@ -32,6 +33,7 @@ check_cpus local _num_cpus="$RETVAL" _write ":cpus $_num_cpus" + _write ":mem $_mem_total" case "$_arch" in *windows*) _write ":ext \"exe\""