Details
-
Task
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
Description
by default my mac launches with 1024mb but this fix will allow it to start up at 25% total memory
Darwin) system_memory_in_bytes=`sysctl hw.memsize | awk '{print $2}'` system_memory_in_mb=`expr $system_memory_in_bytes / 1024 / 1024` system_cpu_cores=`sysctl hw.ncpu | awk '{print $2}'` ;;