Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I know what the counters are going to be from the faithful.

”Well, a pro should know what tools are needed for the job.”

keep in mind they are buying into an entire ecosystem in where the company providing the service has always taken pride in providing white glove service across the board to justify the premium paid for said services and devices.

But sure let’s give Apple one of the largest companies in the world the benefit of the doubt that they didn’t know what they were doing. Instead let’s put the blame on the end-consumer who could have very well taken this on a credit card to be able to work or start their college career by foolishly taking Apple at their word and their past experience that this ‘pro’ device would be sufficient for more demanding tasks than opening a few chrome tabs.

Some of you are not serious people.
8GB M-Series Macs can do a lot more demanding tasks than opening a few Chrome tabs. I can emulate Windows games on my M1 Mac, work with pretty large 3D projects in Blender, do Graphic Design work, and many other things perfectly fine.
 
Last edited:
8GB M-Series Macs can do a lot more demanding tasks than opening a few Chrome tabs. I can emulate Windows games on my M1 Mac, work with pretty large 3D projects in Blender, do Graphic Design work, and many other things perfectly fine.
Right and it’s pretty wild that a $600 budget computer from Apple (Mini) is capable of doing such things four years later.

Still doesn’t address a glaring problem with a $1,599 pro laptop released in 2024 being locked out of an upcoming feature for the same reason that 2020 Mac Mini is.

Honestly, its abhorrent.
 
Right and it’s pretty wild that a $600 budget computer from Apple (Mini) is capable of doing such things four years later.

Still doesn’t address a glaring problem with a $1,599 pro laptop released in 2024 being locked out of an upcoming feature for the same reason that 2020 Mac Mini is.

Honestly, its abhorrent.
I disagree, but I understand and appreciate your perspective. The reason the Mac Mini is as cheap as it is is because it’s essentially just a motherboard and I/O. The $1,599 laptop has best-in-class battery runtime, speakers, display quality, keyboard, and ports. 👍🏻.
 
  • Like
Reactions: phrehdd
Does the iPhone 15 prove that at present? Strange that Federighi at Apple hinted RAM is another aspect of the system that needs at least 8GB of RAM for AI and I believe the base iPhone 15 has how much RAM? Buy the right tool for the job?
The 15 Pro, not the 15 (non pro) will support it. Ram is a limiting factor, but the base model Mac has 8GB of ram. Which is enough to do the job. Is it enough to do that and run 4k final cut? No.
But no sane person looking to run such tasks would purchase only 8GB of ram.

It simply isn't needed for what the majority of people do on their devices. It also adds costs. Apple makes lots of profit on the items they sell. They always have. It's not going to change. We all know it, and we buy it anyway.

So yes, buy the right tool for the job. If you know you're going to do X,Y, Z things that need more resources. Purchase it. If you just need a good laptop that will handle the basics without breaking a sweat or have to worry about it. 8GB will do fine (Qui-Gon- Jin voice). ;)
 
  • Like
Reactions: Kal Madda
Very shortsighted to think it will only affect those using Xcode predictive code, it is indicative that 8Gb are nowhere near future proof now. Whereas there was legitimate expectation of a reasonable usable life of device, that may no longer be the case, which is precisely what many of us have suggested for some time. With Apple pronouncing their intention to move Mac into games, that too must be in doubt, but no doubt you'll suggest not everyone plays game, but what it does is restrict a competent device into obsolescence early by virtue of insufficient RAM and increased swapping and the situation will not get better it gets worse with each software upgrade, each new application that requires more RAM, and of course there may be a facility to turn off certain elements of future software such as AI, but it is limiting the devices capability by virtue of insufficient RAM.
What would you say then of these new ARM Windows laptops? They are worse at gaming than a MacBook Air.
 
  • Like
Reactions: Kal Madda
Most of "development" is typing text into a glorified text editor.

Do you do any development? I’m a game developer so I do a lot of typing into a RAM-hungry “glorified text editor” but the real bottleneck is when I have to compile, debug, that kind of thing
 
  • Like
Reactions: Kal Madda
It is a pro device which is using it's RAM as shared memory with VRAM as well. Forget about complex FX with custom solvers or what not, those kind of task demands at least 32 - 64 GB RAM. You can't even use it for simple simulations.

If you are just simply modeling & texturing while your model requires multiple UDIMs, say goodbye to your 8 GB RAM ( which is also being used as VRAM). Forget about handling large scenes in Unreal Engine with multiple objects with Different textures.

My problem is these are being sold as pro-device, if it is air I would have no problem with them. I would also discourage others to not be using Macbook-air in any kind of heavy duty tasks. But pro is a different thing. Where 16 GB should be the bare minimum, especially considering it is a shared memory.

And for anyone saying it's a problem specifically for developers, no it is not.
 
Very shortsighted to think it will only affect those using Xcode predictive code, it is indicative that 8Gb are nowhere near future proof now. Whereas there was legitimate expectation of a reasonable usable life of device,

I really don't think 8 GiB RAM has been a great setup for software developers for quite a while now. Sure, you can get by, but it's limiting.

Most of "development" is typing text into a glorified text editor.

Running SDK tooling these days takes up a lot of RAM, whether that's a static analyzer, language server, or in the context of mobile development the iOS Simulator or Android emulator. Or heck, running your app with a debugger or profiler attached. But even if you don't do that, that "glorified text editor" these days runs lots of background tooling that requires RAM.

For example, Rider right now has itself running at 3.81 GiB, two backend processes at 1.16 GiB and 767 MiB, the debugger with another 180 MiB, and six dotnet processes totalling 1,939 MiB. That's almost two 8 GiB with just two solutions open and one of them in a debugger. I'm not even running the iOS Simulator, nor debugging a GUI app.

You might say, well, that's wasteful. Here's Zed, with just a bunch of Dart files open. It itself takes up 149 MiB, but then dart:analysis_server:dart.snapshot takes up another 542 just to serve as a language server. I'm not even compiling anything; it just provides autocompletion, syntax highlighting and all.

If I do the same with Xcode, same thing. There's the main process, but there's a whole bunch of child processes that gobble up RAM. It's simply how modern software development works. Developers expect the "glorified text editor" to offer deep knowledge about the language, not just to autocomplete API calls and offer docs as a popover, but also to make suggestions (for example, Swift suggests that, if you never mutate a local, you should make it readonly), and so forth.

And this is all before LLMs. I'm not using Rider's or Zed's LLM features; I believe both of them offer some. Those of course, if run locally (I'm not sure if they offer that), grab more RAM.
 
It is a pro device which is using it's RAM as shared memory with VRAM as well. Forget about complex FX with custom solvers or what not, those kind of task demands at least 32 - 64 GB RAM. You can't even use it for simple simulations.

If you are just simply modeling & texturing while your model requires multiple UDIMs, say goodbye to your 8 GB RAM ( which is also being used as VRAM). Forget about handling large scenes in Unreal Engine with multiple objects with Different textures.

My problem is these are being sold as pro-device, if it is air I would have no problem with them. I would also discourage others to not be using Macbook-air in any kind of heavy duty tasks. But pro is a different thing. Where 16 GB should be the bare minimum, especially considering it is a shared memory.

And for anyone saying it's a problem specifically for developers, no it is not.
Pro just means that it is a nicer display, better speakers, better battery runtime, more ports, and some other hardware differences. It doesn’t mean that every configuration of MacBook Pro is configured to handle every conceivable pro workflow. Many of the niche pro workflows wouldn’t find 16GB to be enough, so they’d still be complaining that the base spec Pro wasn’t pro enough or whatever by that logic. Most people look at the available options and decide which configuration they want or need for their workflow. The base spec has never been meant to fit every professional workflow, that’s why there are plenty of other configurations to choose from. The base spec is plenty for many professional workflows where gobs of excess RAM aren’t needed or wanted, but the higher quality display, longer battery runtime, and additional ports are beneficial. The base specs allow such people to benefit from these hardware advantages for cheaper.
 
People who buy pro machine need to be treated like at least being a developer.
You can be a professional and make lots of presentations. Do you need 16GB of ram for PowerPoint or Keynote?
Do you need 16GB for social media apps or Facetime/Zoom/Teams/WebEX? What if you just need more ports (HDMI, USB-C or thunderbolt) to connect to external devices. Be it data storage, networks, big screens at 4k.

You can do all of that with 8GB of ram, and be a professional in your field.
I think some confusion lies in what many other people do with a "Pro" level computer or Workstation. Some render graphics/CGI for movies and videos and advertisements. Some like to play games and have full access to every piece of hardware they can. Some develop software and just want the fastest and cheapest computer for that task. It work in IT, and I run multiple VM's and connect to an assortment of external devices. Everyone is a bit different in needs. I may need less than a developer and more than a person running presentations. You're supposed to purchase what you need for the job at hand. If you stopped at the word "Pro" and didn't bother to see that they come in a price and resources range. I don't know what to tell you. Maybe take it back to store and exchange it for something that will better suit your needs.

There was a video/image taken at one of the AMD conferences when Lisa Su was first discussing how AMD chips could outperform M1 Pro in some task (maybe Ai/ML). And that presentation was being run on a MacBook Pro.



I'm sure it wasn't the base model, but no reason it couldn't have been one.
 
I am perhaps tired but why would there be retooling for 16 gig if it is already offered as an option on most of their line up that has 8 gig base models?
Exactly there is no retooling for 16Gb option, only a saving by removing the 8Gb production line and in doing so increasing the run length of the 16Gb which brings even more economies of scale. I do suspect some people posting have an altogether different agenda, and large companies do have a history of paid propagandists.
 
  • Love
Reactions: ric22
You can get the parts and tools from Apple to make your own repairs. Only some parts like the Secure Enclave and FaceID aren’t just “swap-in” components for obvious security reasons. Batteries can be replaced pretty easily, I’ve replaced the battery myself. There is a tool that I believe you can rent from Apple that will allow you to authenticate and replace a FaceID sensor and whatnot. And I’ve replaced batteries with third-party batteries and never had an issue. No sabotaging involved… It’s painfully obvious why you wouldn’t want to source replacement FaceID sensors or a replacement Secure Enclave from third-parties…

PS, opinions aren’t facts, they’re just opinions… I don’t have to “reform” anything to match with your opinion of reality…
Kal, no disrespect, but for someone who apparently is happy with 8Gb, you spend an inordinate amount of time trying to justify what is in my opinion unjustifiable. Even when its suggested the 16Gb line would mean a literally nominal increase, because of production line efficiencies, and you even throw in incorrect assertions about cost of retooling to 16Gb when its an existing production line? You discount economies of scale from cutting out the 8Gb production run, thus increasing the 16Gb run, and where the cost of the RAM is negligible, it is the cost for unifying it, where as the 16GB production line is tooled up already, is not relevant, so its feasible that Apple could do it for no cost and still save money just by virtue of streamlining production and economies for scale, and at least try to safeguard a fast diminishing reputation for being ahead of the game and where Apple's own fairy story about 8Gb equivalence to 16Gb is simply not true, as multiple tests demonstrate. I spent 15 years involving computer production even at director level and have worked with Apple, so I know how production works. Overall I've been in computing since 1970.

Apple has already had to roll back on its original assertion about 8Gb, then later qualifying ironically to 'ok for basic uses' which coincidentally is your comment, but where even some existing software's RAM requirements exceed 8Gb and where swapping as demonstrated by multiple testing does diminish performance, let alone the effect swapping may have on the longevity of the SSD.

If Apple has a reputation of quality and performance why sell a Pro machine that Apple knows is not sufficient for anything other than minimal basic use, as the same time as they announce their intention of going into gaming in a big way, and now with AI and all other technological changes that will inevitably occur and inevitably require more RAM.

If Apple are serious about their 'green' credentials they should stop the 8Gb base system immediately.
 
It's all about profit... I cannot think of ANY other reason why a MacBook Pro, which is, mind you, WORSE (!!!!) than a comparably-priced Lenovo Legion like I ordered, and will soon have--would come with 8 GB of RAM.

I will say, the Dell XPS 13 only comes with 8 GB of RAM, but, guess what... to upgrade to 16 GB costs half of what Apple charges. The XPS 15 and above have 16 GB standard.

You only want 8 GB? Why can't the 15" MacBook Air have more ports? It should, in my opinion.
 
Last edited:
You can be a professional and make lots of presentations. Do you need 16GB of ram for PowerPoint or Keynote?
Do you need 16GB for social media apps or Facetime/Zoom/Teams/WebEX? What if you just need more ports (HDMI, USB-C or thunderbolt) to connect to external devices. Be it data storage, networks, big screens at 4k.
Fair point, but even running 10 Chrome tabs easily eats up 16 GB of RAM. Zoom and Skype are AWFUL with RAM consumption, especially on Apple Silicon, in my experience.

The OS itself takes up about 4 GB when just sitting at an idle desktop, with no background processes or apps running.
 
Exactly there is no retooling for 16Gb option, only a saving by removing the 8Gb production line and in doing so increasing the run length of the 16Gb which brings even more economies of scale. I do suspect some people posting have an altogether different agenda, and large companies do have a history of paid propagandists.
How so? They would presumably need to retool the 8GB production to be able to handle the demand for the base models. Currently the data indicates that the 8GB base spec is selling very well. Presumably, if the 8GB base spec were to be replaced with a different configuration, the demand for that configuration would increase above where it currently is. So they probably couldn’t just remove the 8GB production, they’d presumably need to retool for the other configuration to keep up with that demand.
 
Kal, no disrespect, but for someone who apparently is happy with 8Gb, you spend an inordinate amount of time trying to justify what is in my opinion unjustifiable. Even when its suggested the 16Gb line would mean a literally nominal increase, because of production line efficiencies, and you even throw in incorrect assertions about cost of retooling to 16Gb when its an existing production line? You discount economies of scale from cutting out the 8Gb production run, thus increasing the 16Gb run, and where the cost of the RAM is negligible, it is the cost for unifying it, where as the 16GB production line is tooled up already, is not relevant, so its feasible that Apple could do it for no cost and still save money just by virtue of streamlining production and economies for scale, and at least try to safeguard a fast diminishing reputation for being ahead of the game and where Apple's own fairy story about 8Gb equivalence to 16Gb is simply not true, as multiple tests demonstrate. I spent 15 years involving computer production even at director level and have worked with Apple, so I know how production works. Overall I've been in computing since 1970.

Apple has already had to roll back on its original assertion about 8Gb, then later qualifying ironically to 'ok for basic uses' which coincidentally is your comment, but where even some existing software's RAM requirements exceed 8Gb and where swapping as demonstrated by multiple testing does diminish performance, let alone the effect swapping may have on the longevity of the SSD.

If Apple has a reputation of quality and performance why sell a Pro machine that Apple knows is not sufficient for anything other than minimal basic use, as the same time as they announce their intention of going into gaming in a big way, and now with AI and all other technological changes that will inevitably occur and inevitably require more RAM.

If Apple are serious about their 'green' credentials they should stop the 8Gb base system immediately.
I disagree. As I already pointed out, the current 16GB production doesn’t account for the presumably over double demand that would result in replacing the 8GB configuration, since it seems that the 8GB model sells more than the 16GB configuration. They would likely need to retool and ramp up production of the 16GB models. And we simply don’t have any real data on what the RAM costs Apple, and what changing the base spec would cost. And 8GB is plenty to run many games. Apple Intelligence supports 8GB models. If it were a change that lots of people wanted, I’m sure Apple would do it. But it doesn’t seem like that’s the case. Most of the data seems to suggest that base spec buyers are happy with their purchases.
 
  • Like
Reactions: djphat2000
Fair point, but even running 10 Chrome tabs easily eats up 16 GB of RAM. Zoom and Skype are AWFUL with RAM consumption, especially on Apple Silicon, in my experience.

The OS itself takes up about 4 GB when just sitting at an idle desktop, with no background processes or apps running.
A. I have used well over 10 web tabs plus other apps and never had a crash or beachball. That’s even with using Chrome, and Safari is a way better option that’s much more efficient.

B. That’s the way that macOS works. It’s not always using that much RAM, it uses more when it’s available. Usually when the system is idling.
 
I have an M1 MBP with 16GB and an M1 mini with 8GB. They are obviously not entirely comparable and I'm not pretending they are. But for much of my use I find the MBP up to around 14GB and memory pressure graph all green. With similar workload, the mini shows yellow a lot of the time (pretty much all the time).

Further, I continually feel as if the mini is having to manage memory and actually swap. It works. It is absolutely amazing how well it works. But it is distinctly less pleasant to use.

I think I'll be in the market for a 16GB machine sooner rather than later. But a lot depends on prices, refurb availability and what happens later in the year. Hmm - a 24GB M2 or a 32GB M1 Max Studio are certainly tempting on the memory side! Need to also check non-Apple second-hand/refurbs. Any good companies?
 
Last edited:
And we simply don’t have any real data on what the RAM costs Apple, and what changing the base spec would cost.

Correct. We don’t know if 8 costs them $30 or $35, and if 16 costs them $40 or $48.

Why you keep harping on that, though, is anyone’s guess.

No, it won’t be more than that. It’s probably less than that, since they surely receive massive volume discounts, what with selling millions of Macs each quarter, and two hundred million iPhones (with the same family of RAM) each year.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.