class OSX
    # Get the total in bytes
    def memory
      begin
        `sysctl -a`.split("\n").each do |t|