More ram or higher CPU MacBook Air 2013

Hi everyone, looking to purchase the 11inch MacBook Air... Would you go with the 8gb of ram or the 1.7 CPU....I can only afford one, no...no plans on saving to buy both if that's your advice *\(^o^)/* thank you all for the opinions and help. God bless.
Jason

Thank you!  That's along the lines of what I was thinking but I am unfamiliar with this new CPU so the question did crop up. It's just going to be used for school and watching video.

Similar Messages

  • I can't no more receive call on my MacBook Air 2013.

    I can't receive incoming call on my MacBook Air 2013.
    This mornig, when i'd upgraded my Mac all was fine and the incoming call were visible on screen.
    Now I can only make call from Mac, and also FaceTime works well, but I don't see incoming call.
    The change I made was to upgrade Java and VMware.
    Thank for attention.

    As has already been pointed out both iWeb and iDVD will not be pre-loaded, however, you can still purchase both iWeb and iDVD by going to the Apple Store online and purchasing the iLife 11 boxed set that does contains both iWeb 09 and iDVD.  You can get it from Amazon too.

  • Macbook Air 2013

    I just got myself a new Macbook Air 2013 and while I realized I couldn't expect the smoothest experience, I never expected this much hassle with it. So many differnet issues. No need to have a sad face about it, though - let's get together and figure out how to make this work! At least we only have one graphics chip to worry about this time around
    This is going to be a pretty long post but I figured it's good to have it all in one place. Please correct me if you think this is the wrong way to post these things.
    Installing and booting
    Booting from a normal 2013.6 USB key works fine, but I couldn't seem to get either GRUB or Syslinux working.
    I was able to boot by first installing Arch Linux following the Macbook guide at the wiki (having a separate FAT32 /boot partition). Skip the bootloader installation.
    Installing rEFInd from OS X (important!) and installing the EFI stub loader made me able to boot fine.
    Separate thread.
    Stability problems
    This is the big worry for me. Every now and then my system hangs for a brief moment and everything involving net or disk access just hangs there for a while and then it seems to work.
    So far it only seems to happen when I run something disk- or CPU-intensive. Also had an occassion when I couldn't start X and just got this repeating all over my screen:
    ata1.00: failed command: WRITE FPDMA QUEUED
    ata1.00: cmd 61/08:f0:10:8c:c2/00:00:0b:00:00/40 tag 30 ncq 4096 out res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata1.00: status: { DRDY }
    On the next attempt it worked fine.
    I did SMART short and long tests on my disk and they returned fine:
    smartctl -a
    There are some messages in my boot that indicate this could be disk and/or ACPI related.
    journalctl -b
    dmesg
    This was on a boot when my NIC was renamed from eth0 to wlp3s0 as noted under Wifi - this should hopefully not be a big deal to fix. Will update when I look more into it.
    uname -a:
    Linux temperance 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64 GNU/Linux
    WiFi
    WiFi does not work out of the box. Installing wireless-bcm43142-dkms from AUR made me able to connect to my network. I haven't been able to get it stable yet -interface name changes randomly between wlp3s0 and eth0 between reboots and I get disconnected from my network every 30 minutes or so. Disconnects seem to correlate somewhat with the freezes mentioned above.
    Separate thread.
    Touchpad
    Have only been able to get it to work like a one-button mouse using evdev for now. Looks like an upstream bug.
    Separate thread
    Audio
    In order to get audio, I need to put the following in /etc/asound.conf:
    defaults.pcm.card 1
    defaults.pcm.device 0
    defaults.ctl.card 1
    I'm no ALSA pro, but I can only seem to get output from the headphone jack so far - no speakers yet.
    Last edited by Legogris (2013-06-27 20:21:11)

    While I'm using Ubuntu and not Arch, I wanted to chip in with my experiences.
    First, I am happy to tell you that I've found a fix for the ata errors/freezes (which for me were so bad I could hardly install) -- at least I think it's the same or related. I got udevd spitting errors about blkid timing out, and it couldn't find the disks. I found this in a Ubuntu forum -- sadly, I can't find the url now. Anyway, Pass
    libata.force=1:noncq
    to the linux kernel parameters (in Ubuntu you can add this to /etc/default/grub). This disables NCQ, which according to that post wasn't needed.
    YMMV and I am not certain that it doesn't have bad side effects, but for me it made the laptop usable.
    Other findings:
    My Fn key, and thus delete, page up/down, media keys etc didn't work. That's because the keyboard has a new device id which isn't in usbhid. I added entries like the existing apple keyboards with the new device id (05ac:0291) and after recompiling, it works. I'm pretty sure this is fixable by passing the correct "quirks" flags to the usbhid module, e.g. "quirks=0x05ac:0x0291:0x00001248", but I'm not sure which flags should be set (I have an ISO keyboard layout which is yet another flag).
    My sound card doesn't work. Or; i hear no sound at least ;-). After checking in alsamixer, it had two cards, one HDMI with S/PDIF only and one with analog in/out and digital in. I tried passing "index=1" to snd_hda_intel, which makes alsamixer pick up the right card by default. I'm not sure if the problem is that pulseaudio still has the wrong card, or something else.
    My wifi works after installing bcmwl from Saucy (i.e. the upcoming Ubuntu 13.10 release), which was a relief because I feared this not being supported.
    Sometimes after resuming from suspend, the screen is totally dark -- barely discernible in bright daylight. First I figured this was an issue with lightum (a daemon which monitors the lighting and adjusts keyboard and screen brightness), but after checking /sys/devices/pci0000\:00/0000\:00\:02.0/backlight/acpi_video0/brightness it turns out that when this happens, only the brightness levels 13, 14, and 15 (which is the brightest) have any brighness at all. 12 and under means no backlight. The only "fix" I've found so far is rebooting, which sucks. I hope this will get fixed (I will report a bug on Launchpad next time it happens).
    Somewhere I picked up that passing
    i915.i915_enable_rc6=1
    to the linux parameters enables some great power saving features in the GPU. From modinfo:
    i915_enable_rc6:Enable power-saving render C-state 6. Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = enable deep rc6; 4 = enable deepest rc6). For example, 3 would enable rc6 and deep rc6, and 7 would enable everything. default: -1 (use per-chip default) (int)
    Oh, and if anybody knows how I get my GNU/Linux partition to show up in the Mac boot screen I would be grateful! Right now I have refit installed, which works but I would rather just use the built-in boot manager, which works on the predecessor (MBA 3,2).

  • Can macbook air 2013 run call of duty 2

    I have macbook air 2013 (11.6 inch, 1.3 GHz fourth gen I5, 4GB ram). Can it run call of duty 2. It costs around 1200 INR. so before downloading it i want to be sure about whether my mac can run it properly.

    Call of Duty Support

  • Macbook pro retina early 2013 vs macbook air 2013

    I currently have a macbook air 2013 edition  13" with the 1.3ghz haswell chip and 4gb of ram and 128gb flash storage.
    Which would be better for me to keep this macbook air or swap for a early 2013 macbook pro retina with 8gb ram and 256gb ssd +200 dollars
    In gereral which do you think would be the better choice.
    Thanks

    It would appear  that the retina would be a good deal.
    Do you know the other party?
    You run the risk of getting a lemon and paying $200 plus your MBA.
    Ciao.

  • Can I upgrade the ram memory of my Macbook air from 4gb to 8gb?

    Anybody knows if I can upgrade the ram memory of a Macbook Air from 4gb to 8gb?

    Welcome to Apple Support Communities
    The memory in the MacBook Air is soldered onto the logic board, so you can't upgrade RAM after buying your computer. It's important to buy your MacBook Air with the amount of memory you will use because you won't be able to install more RAM

  • "Insufficient Space" error preventing app download from App Store for MacBook Air 2013

    Hi,
    I am using a MacBook Air 2013 model with OS 10.9.4 (Mavericks).  It has a 120 GB HD with about 17 GB of free space.
    I am unable to download from the Mac App Store as I get an 'insufficient space available" error whenever I try to purchase a larger App (> 2 GB).
    After looking through the forums I can confirm the following:
    - Both the Finder and "About This Mac" report that 16.5 GB of space is available.
    - I have toggled Time Machine and restarted my computer with it "On" and "Off".
    - The application description does not mention needing more space for installation (specifically I am now trying to download BioShock 2 which needs about 9 GB).
    I tried to contact Apple Support for the App Store and they informed me it was a hardware issue.  I do not have Apple Care and do not think this is a hardware issue so would rather not pay the 20$ for support.
    Cheers,

    If you're trying to add a large amount of data all at once, and you get an alert of insufficient space, then from the menu bar, select
               ▹ System Preferences... ▹ Time Machine
    If the padlock icon is closed, click it to unlock the settings and authenticate. Turn Time Machine OFF, then back ON and close the preference pane. Restart the computer. Test.

  • My macbook air 2013 will not find any wireless printers

    My macbook air 2013 with OS X 10.9.3 will not find any wireless printers. I've tried to add printers at a number of different locations and each time it fails to find any printers despite one's being online and fully functional. I am able to print from my iPhone on these networks to the wireless printers but my macbook air won't find any at all? The macbook air is online using the wifi network no problem - just won't find any printers, please help.

    You can download and run the free application Bonjour Browser. It will show whether the printer is detectable on the network. The printer should show up in one or more of the following categories:
    Internet Printing Protocol
    Print Spooler
    Printer PDL Data Stream
    Remote I/O USB Printer

  • Macbook Air 2013 OSX 10.9.2 iSight Camera not working

    Hello to everyone!
    I have a problem here in my new macbook air 2013.
    Since I updated my osx to 10.9.2 my iSight Camera is not working anymore. I tried to reset the SMC and PRAM without results. I also checked the permissions on my hard disk without any result.
    I've also tried to delete my AppleCamera.plugin file from /Library/CoreMediaIO/Plug-Ins/DAL/ and I tried to use another one from OSX 10.8.4 but it's not working.
    What can I do more?
    Is there any way to fix this problem without formatting?
    Regards,
    Marco Alioli

    marcoalioli wrote: ... What can I do more?...
    Some other ideas in iSight camera failure after OS X 10.9 Mavericks update

  • Is there any difference between DDR3 memory and LPDDR3 memory? As i brought my macbook air 2013 recently and i saw the specifications it is indicating DDR3, buy apple website stated LPDDR3. Anyone can advise on this?

    Hi
    Is there any difference between DDR3 memory and LPDDR3 memory? As i brought my macbook air 2013 recently and i saw the specifications in the system info that is indicating DDR3, but apple website stated LPDDR3. Anyone can advise on this?

    Welcome to Apple Support Communities
    Read > http://en.wikipedia.org/wiki/Mobile_DDR DDR is the RAM used in computers, and LPDDR is common in mobile computers

  • My Macbook Air 2013 battery life is sub 4 hours. How do I diagnose and resolve the issue?

    Hi,
    I have a 6 month old Macbook AIr 2013 and I am getting sub 4 hours of battery life against the 12 hrs advertised. I looked into the application monitor and found that Spotlight has been causing my battery to drain
    Here is a brief snapshot of System information
    Hardware Overview:
      Model Name:          MacBook Air
      Model Identifier:          MacBookAir6,2
      Processor Name:          Intel Core i5
      Processor Speed:          1.3 GHz
      Number of Processors:          1
      Total Number of Cores:          2
      L2 Cache (per Core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Boot ROM Version:          MBA61.0099.B07
      SMC Version (system):          2.13f7
    Battery Information:
      Model Information:
      Serial Number:          D86349701E7F90KAV
      Manufacturer:          SMP
      Device Name:          bq20z451
      Pack Lot Code:          0
      PCB Lot Code:          0
      Firmware Version:          511
      Hardware Revision:          000a
      Cell Revision:          1200
      Charge Information:
      Charge Remaining (mAh):          6362
      Fully Charged:          No
      Charging:          No
      Full Charge Capacity (mAh):          7023
      Health Information:
      Cycle Count:          16
      Condition:          Normal
      Battery Installed:          Yes
      Amperage (mA):          -1727
      Voltage (mV):          8266
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes):          1
      Disk Sleep Timer (Minutes):          10
      Display Sleep Timer (Minutes):          10
      Wake on AC Change:          No
      Wake on Clamshell Open:          Yes
      Wake on LAN:          Yes
      AutoPowerOff Delay:          14400
      AutoPowerOff Enabled:          1
      DarkWakeBackgroundTasks:          1
      Display Sleep Uses Dim:          Yes
      PrioritizeNetworkReachabilityOverSleep:          0
      Standby Delay:          10800
      Standby Enabled:          1
      Battery Power:
      System Sleep Timer (Minutes):          1
      Disk Sleep Timer (Minutes):          10
      Display Sleep Timer (Minutes):          2
      Wake on AC Change:          No
      Wake on Clamshell Open:          Yes
      AutoPowerOff Delay:          14400
      AutoPowerOff Enabled:          1
      Current Power Source:          Yes
      DarkWakeBackgroundTasks:          0
      Display Sleep Uses Dim:          Yes
      Reduce Brightness:          Yes
      Standby Delay:          10800
      Standby Enabled:          1
    Hardware Configuration:
      UPS Installed:          No
    AC Charger Information:
      Connected:          No
      Charging:          No
    Can somebody please advise me on what exactly is wrong and what I need to do to resolve the issue. Much appreciate the help.
    Thanks
    Nitin

    1. Follow these instructions, or these for OS X 10.9 or later.
    2. In the Energy Saver preference pane, uncheck the box marked
    Enable Power Nap while on battery power
    3. You can also try resetting the SMC.
    4. Make sure your system is up to date in Software Update.
    5. Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • Why can't I update bootcamp software on my Macbook Air 2013?

    I'm running windows 8 on my 13" macbook air 2013. Apple sent me a notification of updated bootcamp support software and directions for installation. This web page included a list of the models that are supported by this software and mine is one of them. When I began installing this support software an error message said my computer model isn't supported. I called apple care and they told me it isn't their responsibility to supply windows drivers for people running bootcamp. This sounds fishy and completely wrong. Can someone help, please?

    Can you go back and post the web page and actual details (drivers, versions, etc)?
    Are you trying to update in Windows and from the Apple Software Update application? manually downloading in Windows? you can use either.
    Yes, very fishy. Use to be even worse I think with just how well they are ready to answer and help with Windows on Mac topic.
    Use to be the old support pages were to me easy to see and find updates and tech support articles but you can still try there for both your Mac, firmware and model specific, and for Boot Camp.
    Also when Mac OS X gets updated, often you download new drivers from within Boot Camp Assistant, too, a 3rd method.
    Wasn't clear which method was used.
    http://www.apple.com/support/macbookair
    http://www.apple.com/support/bootcamp
    http://support.apple.com/downloads/

  • Help bootcamp windows 8.1 Macbook Air 2013

    I have a Macbook Air 2013 running Mavericks and I want to install windows 8.1 on it but first im getting a message saying that the iso is not 64-bit and im so confused because it partitoned my harddrive aswell so how do i get that back.

    Not true. In Mac OS's Disk Utility, you can delete the Bootcamp partition then resize the Mac partition larger to use the free space.
    Gn12, if your mac keeps trying to boot to your Boot Camp partition, hold down the Option key as you boot so that you can select the Mac partition then use the Startup Disk preferences to select the Mac partition for future boots.

  • HT5634 I use MacBook Air 2013, but cannot install windows 7.

    Just buy MacBook Air 2013, but it stop @ keyboard and mouse installation.

    Incase you dn't want to read the whole thread, heres the main fix i used:
    khsaechao 
    Re: MacBook Air 2013 Windows 7 freezes during installation     14-Jun-2013 21:56    (in response to stihl88) 
    weird... ok so i followed your instructions and it's installing now.  Thanks Stihl88
    Here's what I did.
    - Put a copy of windows 64 bit iso on desktop
    - Ran bootcamp wizard and selected create boot disk and download latest software (not sure exact wording but you get the idea)
    - Ran bootcamp wizard again and only selected downloaded latest software
    - Ran bootcamp wizard again and choose install windows
    Now it's finishing install of windows...

  • How can I install windows XP or win 7 32 bit in MacBook Air 2013

    Hi,
    I want to install windows xp or windows 7 32 bit on new MacBook Air 2013 with bootcamp 4.
    Apple says MacBook Air 2013 mid 2013... Comes with bootcamp 5.
    And bootcamp 5 support only 64 bit windows....apple says.
    I want to install win xp or win7.32 bit with bootcamp4.
    Can we downgrade the bootcamp by uninstalling or something...?
    Or how can I install  32 bit windows on new MacBook Air 2013.
    Thanks I advance.
    Please guide.

    Bootcamp 4 which ships with Lion doesn't support XP or Vista, only 7.  Try using Parallels or VMWare instead.

Maybe you are looking for

  • Error while posting SOAP request

    Hi All,    I am working on one SOAP to RFC syncronous scenario, when i am checking the scenario using XML spy i am getting following error, Please help me <?xml version="1.0"?> <!-- see the documentation --> <SOAP:Envelope xmlns:SOAP="http://schemas.

  • My devices are not showing up on my itunes. How do i fix this?

    My devices are not showing up on my itunes to sync. how do i fix this?

  • Crying Real Tears bc of DynamicLink Error in Ps cs6 extended

    I've tried every single thing!! And i do mean every single thing..I only want to be able to edit gifs.. I've deleted the files in the user folder and the program files folder..still nothing..I've uninstalled and reinstalled..still nothing. The update

  • Full browser external preloader

    I have a preloader and on completion it loads an external .swf. My external swf has full browser actionscript. How can I get the external PRELOADER to load the external swf and retain its full browser settings? This is my preloader actionscript: var

  • Subject Line

    Ok, i have been trying to figure out how to add a couple of text fields within the ?subject line of an outlook email. I have the mailto address and i also want to incorporate 3 textfields that the user submits upon completing the form. Everything is