The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How Do Triple Memory Setups Work with Duo Channel CPUs?

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by Mr.Koala, Mar 14, 2013.

  1. Mr.Koala

    Mr.Koala Notebook Virtuoso

    Reputations:
    568
    Messages:
    2,307
    Likes Received:
    566
    Trophy Points:
    131
    Some of the notebooks out there have 3 ram slots, controlled by a duo channel CPU. When you fill all of them with equal/matched rams, how exactly does it work? Will it fall back to single channel?
     
  2. Jarhead

    Jarhead 恋の♡アカサタナ

    Reputations:
    5,036
    Messages:
    12,168
    Likes Received:
    3,133
    Trophy Points:
    681
    The first pair of stick will be dual channel, the third will be single-channel. However, the performance difference between single- and dual-channel DDR3 RAM is so minimal that a lot of synthetic benchmarks have issues differentiating the two, let alone subjective difference.
     
  3. Mr.Koala

    Mr.Koala Notebook Virtuoso

    Reputations:
    568
    Messages:
    2,307
    Likes Received:
    566
    Trophy Points:
    131
    Thanks for the reply.

    So, if there are already 2 matched sticks running in duo channel, adding a 3rd will add space and won't bring any performance drop? Should I match the 3rd stick?

    I know I'm bit paranoid here, but just to be sure, if 2 sticks are in duo and one in single, does the system kernel (Linux/*BSD) have any knowledge of the unevenness across physical address space? Will it try to use up the faster part first? Or there's some kind of striping involved to make it even?
     
  4. Prostar Computer

    Prostar Computer Company Representative

    Reputations:
    1,257
    Messages:
    7,426
    Likes Received:
    1,016
    Trophy Points:
    331
    It won't matter if you match the 3rd stick's capacity with the other two. You will still have two banks running in dual channel, and the third slot will run independently as a single channel module; no performance drop, more memory available.

    Linux is very good with memory management, as is Windows, and the channel operation should not be affected. How the channels are utilized and in what order, I'm not entirely sure on though.