Two Crucial CT2K16G4SFD824A kits.What memory are you using? HyperX Impact?
Two Crucial CT2K16G4SFD824A kits.What memory are you using? HyperX Impact?
I don't know of any way to confirm that RAM is running in dual channel mode in MacOS via software. If you have BootCamp you can use CPU-Z.
In MacOS, if you have matching DIMMS in matching banks then dual channel is automatically enabled. In About This Mac > Memory, the matching banks are represented horizontally:
![]()
The top row is DIMM0 (Bank 1 and Bank 2) and the bottom row is DIMM1 (Bank 1 and Bank 2). In the memory compartment at the back of the machine, however, the matching banks are alternating slots.
This information is also available under Memory in System Report.
I installed a 16 GB Crucial kit from Amazon: https://smile.amazon.com/gp/product/B01BIWMWVS/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
It's not listed as compatible with the 2017 iMac, but the specs are identical to the approved kit. The only difference is it doesn't say halogen free or lead free.
When I installed the modules into the available two slots, I didn't hear a click when pushed in all the way. (The Apple instructions mentioned a click.) The modules are in as far as I can get them, and they're level with the top of the Apple-installed RAM. The iMac shows a total of 24 GB and the RAM seems to be working perfectly.
Corsair is mentioned on almost every page of the thread we've both linked you to. So is Crucial, G.SKILL, and a bunch of others and it even has part numbers and links to where to buy.
That thread even talks about the "Mac certified" and Apple using 3rd party ram.
but after doing the ram "right" this morning. I rebooted and got
5763 / 19928
so.
it matters.
Absolutely! Clearly we are using the same exact RAM because my Geekbench results are nearly identical.
5737 / 19923
I doubt very much that it makes a difference but I was going to trying swapping the Ballistix into DIMM0.
Please do a swap!
and if it isn't too much work please post the results for (only) 32 GB aftermarket RAMs.
I'm really curious about this.
Absolutely! Clearly we are using the same exact RAM because my Geekbench results are nearly identical.
5737 / 19923
I doubt very much that it makes a difference but I was going to trying swapping the Ballistix into DIMM0. Did you end up with the Crucial in DIMM0 or the Apple stock RAM?
As mentioned earlier in this thread I added 2x16GB of Crucial Ballistix Sport RAM and it is working perfectly. The "Certified for iMac" Crucial is also excellent (although reportedly limited in availability) as is the PC4-19200 Crucial with the same specs that is not Mac certified.
I think apple. not positive.
I'm going your route and getting the same RAM. After reading your advice about Crucial, this looks excellent indeed.
What bandwidth does memtest report for the ballistix? Are you getting higher than ArcticMoose?
I think apple. not positive.
Not sure how accurate the bandwidth reading in Memtest86 is as it seems to be rather variable. My results are similar to ArcticMoose's.
But what is confusing to me is why are there differences in my Clk and L1-L3 cache. Mostly these are small but the L2 score is much lower on my i7 (90B/s vs 120 GB/s).
I just tried a number of reboots. Maybe around ~10. All except one were at the normal rating of 119GB/s for L2 cache. One time I got 104 GB/s. Forgot to take a picture for this one.
This is what I suspected. I think the problem here is definitely Memtest86 and I wouldn't worry about it too much. I was getting vary variable bandwidth numbers as well.
Well that's good to know. I remember you made a comment earlier about variable numbers, but didn't realize you meant this order of magnitude.
I downloaded memtest86 and transferred it to a usb flash drive. But the mac doesn't see it, when I reboot and press the option key to bring up the drive selection menu, I don't see that menu...it just goes to the apple logo and the mac boots as normal. What am I doing wrong? This is frustrating.
1) Insert a USB drive into a USB slot.
2) Determine which device the USB drive is assigned as by opening the Terminal and typing the following command:
diskutil list
3) Unmount all volumes on the USB drive by typing the following command:
diskutil unmountDisk [device name]
4) As root, use the 'dd' command to write the image to the USB drive. For example,
sudo dd if=memtest86-usb.img of=<dev>
where <dev> is the device the USB key is assigned to. Use the base device (ie. /dev/disk1) not a partition designation (ie. /dev/disk1s1).
Warning: all data on the USB key will be lost.
Warning Warning: Make sure that the device used in the dd command above
is correct!!!
Did you just copy it to the flash drive? You have to follow the instructions in the Readme file to format and write the image. I edited the text below slightly to make it more understandable by using the actual image file's name.
Launch the Terminal app.
Code:1) Insert a USB drive into a USB slot. 2) Determine which device the USB drive is assigned as by opening the Terminal and typing the following command: diskutil list 3) Unmount all volumes on the USB drive by typing the following command: diskutil unmountDisk [device name] 4) As root, use the 'dd' command to write the image to the USB drive. For example, sudo dd if=memtest86-usb.img of=<dev> where <dev> is the device the USB key is assigned to. Use the base device (ie. /dev/disk1) not a partition designation (ie. /dev/disk1s1). Warning: all data on the USB key will be lost. Warning Warning: Make sure that the device used in the dd command above is correct!!!