this post was submitted on 30 Jun 2023
3 points (100.0% liked)

homelab

6448 readers
26 users here now

founded 4 years ago
MODERATORS
 

I have a NAS with a 3rd gen i7 and 8 GB (2x 4GB DDR3 1600 MHz) of non-ECC RAM which has a RAID 5 mdadm array. I don't have any memory issues but I could as I add more services. I have two other 4 GB sticks 1333 MHz DDR3 which I have no other use for. I don't care about the minor speed decrease. I know mixing is generally a bad idea.

But, all of the posts I've seen about this are in regard to playing games or in production environments with server-grade hardware (ECC RAM, maybe hardware RAID). Not in a consumer hardware-focused homelab-type environment

What do you all think? Has anyone else done something similar? Am I asking for trouble here?

top 5 comments
sorted by: hot top controversial new old
[โ€“] 0x4E4F 1 points 1 year ago* (last edited 1 year ago)

Yep, I've done it. Currently running a custom NAS build with 2 x 2GB DDR2@800MHz (different manufacturers) + 2 x 1GB DDR2 (different manufacturers as well, one is 667MHz, the other is 800MHz), all of them run on 667MHz.

Just make sure to do a memtest when you plug them in. If it passes, you're good to go ๐Ÿ‘.

[โ€“] [email protected] 1 points 1 year ago

Mixing RAM is OK. I've been running consumer PCs with mixed memory for years.

Better not put different sticks on the same channel, though. Depending on your MB you may need to set frequency manually to 1333, but most likely it will work without that.

[โ€“] [email protected] 1 points 1 year ago

Should be fine. All the memory will just need to run at the speed of the slower kit. Make sure you put the sticks in the correct channels for dual channel support. But yeah, maybe only do so when you actually need the memory.

[โ€“] [email protected] 0 points 1 year ago (1 children)

I've done it for old scrappy machines in the past, but IMO it's all down to how good the BIOS is...

Most should downrate to the slowest RAM speed... you might need to manually set the speed, but... it should work.

[โ€“] [email protected] 1 points 1 year ago

My biggest concern was the RAID I didnt even think of the bios. I might test short term and see how it goes. Thanks!