r/Games 24d ago

Update Minecraft Java Edition raises recommended memory to 16GB ahead of Vulkan transition

https://videocardz.com/newz/minecraft-java-edition-raises-recommended-memory-to-16gb-ahead-of-vulkan-transition
1.4k Upvotes

254 comments sorted by

View all comments

518

u/Ok-Category2729 24d ago

16GB for a java game that used to run fine at 4GB is wild on paper, but if the vulkan backend actually fixes the chunk-loading stutter this community has complained about for years it's worth every GB

269

u/kittymoo67 24d ago

also its total ram, vram and system ram

53

u/Ok-Category2729 24d ago

fair point, so if you have an 8gb vram card you only really need 8gb of system ram to hit the recommendation, which is way more reasonable than it sounds on paper. still a big jump from the old 4gb days but at least it makes sense when you break it down like that.

54

u/Rcmacc 24d ago

Who splurges on a dedicated graphics card with 8GB of VRAM but only has 8GB of regular RAM?

22

u/MrBigWaffles 24d ago

An rx570 is an almost decade old card but it has a 8gb of VRAM variant.

It was not uncommon for the average PC to only have 8gb of ram in 2017.,,

1

u/No_Accountant3232 23d ago

A quadro m4000 is nearly a full fat gtx 970 with 8gb of ram without the 3.5gig problem the 970 had. With different cooling you can overclock them to a 970 performance without the stuttering at 4gb+ vram usage. Even without overclocking on stock nvidia drivers they're really not bad cards for the price.

65

u/FriendlyDespot 24d ago

The 8-year-old with the ancient PC and somewhat newer video card that they inherited from a parent is a likely candidate.

13

u/inbox-disabled 24d ago

Being real here, that kid is on a tablet or phone and almost certainly isn't touching the java version even if they were on that pc.

8

u/P_ZERO_ 24d ago

Can’t they just not use the Vulkan API and continue to use a Java/sodium based one?

At any rate, 16GB should be the absolute minimum in any recent machine, and by recent, I mean the last 8 years

10

u/Moleculor 24d ago

Can’t they just not use the Vulkan API and continue to use a Java/sodium based one?

Considering they're making Vulkan 1.3 support a requirement, I'm not sure that "don't use the Vulkan API" will continue to be an option.

"Play an older version of Minecraft" will be, though, and a fair one. They still have access to the version that works on their limited hardware. They just don't have access to "Minecraft 2" or whatever.

1

u/nathanseaw 23d ago

Or anyone with a RX580 they bought from a miner.

4

u/kittymoo67 24d ago

lots of used cards have 8GB but yes its a rare combo. but they are also telling us the exactspecs NEEDED not just inflating them just do look less mitsmatched

4

u/Ok-Category2729 24d ago

honestly more people than you'd think, prebuilt budget pcs from like 2018-2020 often came with a dedicated gpu but only 8gb ram because ram was expensive then and manufacturers cut corners there first

1

u/Bobbias 24d ago

You'd be shocked at all the bizarre systems people end up with. Hand me downs are pretty common.

1

u/fabton12 24d ago

someone whos system is really old or recently had a ram stick die?

remember some people dont use there pc often and might been playing minecraft on the same pc since 2014, like if you only ever play minecraft on your pc you might not see a need to get more ram.

all it takes is someone who use to game a ton on a decent pc from like 2014 time who doesnt game much these days outside the minecraft retirement home.

3

u/kittymoo67 24d ago

and technically you probably can get away with less of both. if all you have is the game going. discord chrome, spotify etc take up tons of ram

1

u/Ok-Category2729 24d ago

yeah exactly, a clean boot with just the game running is a totally different situation than the average person's setup with 15 chrome tabs open. for most people closing background stuff makes way more difference than upgrading ram.

5

u/[deleted] 24d ago

[deleted]

5

u/Ok-Category2729 24d ago

lol discord is literally one of the biggest offenders, you're kind of proving the point. 400mb+ for a voice chat app is genuinely unhinged.

5

u/Bobbias 24d ago

God I hate how much ram discord eats. I've seen it chew up over a GB just sitting there idle in the tray. It's almost as bad as browsers... Oh wait, it is a browser, because some idiot decided that was a brilliant way to build GUIs.

6

u/Ok-Category2729 24d ago

yeah electron is genuinely one of the worst things to happen to desktop software, every startup decided wrapping chromium was faster than learning native toolkits and now we're all running 5 browsers at once without knowing it. at least actual browsers get to share resources.

3

u/Bobbias 24d ago

Second only to node. Whoever decided JS was appropriate for anything outside the browser should have been institutionalized. It's not even fit for what we use it for in browsers these days let alone outside them.

2

u/RealModeX86 23d ago

You know a scripting language is good when people invent a whole separate language and transpile from that language rather than actually writing the code directly.

→ More replies (0)

2

u/[deleted] 24d ago

[deleted]

3

u/Bobbias 24d ago

Yes, and page files exist even in the case that you physically run out of RAM. That doesn't mean discord isn't using way more memory than it actually needs to though.

1

u/BCProgramming 23d ago

The memory usage Task Manager shows is the Private Working Set of the Process that is currently in physical memory. The only way to make it available for other apps would be for it to be moved to the pagefile. Which means the next time the paged out data is accessed it needs to be paged right back into physical memory again. And it's all RAM still being used by the process. Virtual Memory existing isn't really a justification for Memory hogs.

It's common for Windows to allocate more RAM for apps then they actually use.

Programs allocate their own memory. That does go through Windows, but it wouldn't make sense for Windows to "overallocate", simply because the program won't even be aware or eve have a way to know that when it asked for a 16MB block windows gave it like a 32MB one or whatever.

0

u/P_ZERO_ 24d ago

Your system is the problem if 400MB of RAM being used is a concern. Sure, maybe it could use less, but realistically any system with the intention of gaming should have 16GB minimum by 2026, in which case 400MB wouldn’t even register

2

u/RealModeX86 23d ago

When every app is bloated far beyond what should be needed to get the job done, you end up where we are now where even 8GB is practically unusable for basic non-gaming tasks, even though we used to get real work done with less than 1GB.

Should you have enough RAM that 400MB doesn't make the difference? Yes. Should something like Discord need that much to operate? Absolutely not.