An Overview of Non-Uniform Memory Access

Descrição

Mapa Mental sobre An Overview of Non-Uniform Memory Access, criado por ealexandermolina em 18-11-2014.
ealexandermolina
Mapa Mental por ealexandermolina, atualizado more than 1 year ago
ealexandermolina
Criado por ealexandermolina aproximadamente 11 anos atrás
11
0

Resumo de Recurso

An Overview of Non-Uniform Memory Access
  1. These systems required modified operating-system kernels with NUMA support that explicitly understood the topological properties of the system’s memory.
    1. These products had to modify the Linux kernel to support NUMA
      1. Processors are so fast they usually require memory to be directly attached to the socket they are on.
        1. it requires the traversal of the memory interconnect first.
        2. NUMA systems today are mostly encountered on multisocket systems.
          1. non-NUMA Linux system
            1. Zones are used to describe memory ranges required required to support devices that are not able to perform DMA
              1. to all memory locations. Zones are also used to mark memory for other special needs.
                1. Requires explicit mappings for access by the kernel (HIGHMEM).