Big memory


Big memory computers are machines with a large amount of RAM memory. The computers are required for databases, graph analytics, or more generally, data science and big data. Some database systems are designed to run mostly in memory, rarely if ever retrieving data from disk or flash memory. See list of in-memory databases.
The performance of big memory systems depends on how the CPU's or CPU cores access the memory, via a conventional memory controller or via NUMA. Performance also depends on the size and design of the CPU cache.
Performance also depends on OS design. The "Huge pages" feature in Linux can improve the efficiency of virtual memory. The new "Transparent huge pages" feature in Linux can offer better performance for some big-memory workloads. The "Large-Page Support" in Microsoft Windows enables server applications to establish large-page memory regions which are typically three orders of magnitude larger than the native page size.