You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 11, 2018. It is now read-only.
Summary:
Feature: NUMA support
Credits for research and implementation: Jeremy Cole and Davi Arnaut
This patch provides startup options:
* flush-caches: Flush and purge buffers/caches
* numa-interleave: Run mysqld with its memory interleaved on all CPUs
It also provides a config option:
* innodb_buffer_pool_populate: pre-allocation of buffer pool
memory at start up:
-- Use MAP_POPULATE if supported (Linux 2.6.23 and higher)
-- Forced pre-allocation using memset
Test Plan: mtr
Reviewers: steaphan, pivanof
Reviewed By: pivanof
CC: MarkCallaghan, jtolmer, jeremycole, flamingcow, andrew-ford, pengt, CalvinSun
Differential Revision: https://reviews.facebook.net/D16965
0 commit comments