top | item 45812601

(no title)

zparky | 3 months ago

Yep, DDR5 prices have nearly doubled in less than 2 months. https://pcpartpicker.com/trends/price/memory/#ram.ddr5.5200....

discuss

order

embedding-shape|3 months ago

Are those graphs specifically for the US? When I change the country in the top right, it doesn't seem like the graphs are changing, and considering they're in USD, I'm assuming it's US-only?

Is the same doubling happening world-wide or is this US-specific, I guess is my question?

Edit: one data point, I last bought 128GB of RAM in March 2024 for ~€536, similar ones right now costs ~€500, but maybe the time range is too long.

pcarmichael|3 months ago

They are US-specific, yes. Thanks for asking that - I'll look into updating those graphs to show for the appropriate region/country depending on what country you've selected (on the top right of the page).

Normal_gaussian|3 months ago

In the UK I was looking at DDR4-3200 SODIMM last week for some mini-pcs... and decided to pass after looking at the price graphs. It's spiked in the last few weeks.

threeducks|3 months ago

536 € seems expensive for March 2024, but either way, the price dropped a lot over the last one and a half years, only to surge in the last two months.

vondur|3 months ago

I was able to get a bundle deal from Microcenter here in SoCal with the Ryzen 9950x, motherboard and 32GB of RAM for $699. They have since removed the RAM from all the bundles.

StillBored|3 months ago

While thats a sweet upgrade for people with an older desktop that can support a motherboard swap, its worthwhile to point out the ram is probably insufficient.

RAM usage for a lot of workloads scales with core/thread count, and my general rule of thumb is that 1G/thread is not enough, and 2G/thread will mostly work, and 4G/thread is probably too much, but your disk cache will be happy. Also, the same applies to VMs, so if your hosting a VM and give it 16 threads, you probably want at least 16G for the VM. The 4G/thread then starts to look pretty reasonable.

Just building a lot of opensource projects with `make -j32` your going to be swapping if you only have 1G/thread. This rule then becomes super noticeable when your on a machine with 512G of ram, and 300+ threads, because your builds will OOM.