numactl是硬件的一種重要的特性, 具體的說應該是cpu相關的,參考fenng 大神的blog, http://www.dbanotes.net/database/numa.html ,
在自己的環境中做了一個實驗發現Enterprise RedHat 5.1 還不是default支持, 5.2之後就支持了
記錄一下結果,備查:
--Enterprise RedHat 5.1 env
[oracle@oracle01 ~]$ numactl --show
physcpubind: 0 1 2 3
No NUMA support available on this system.
OEL 5.2
[oracle@oracle03 ~]# numactl --show
policy: default
preferred node: current
physcpubind: 0 1 2 3 4 5 6 7
cpubind: 0
nodebind: 0
membind: 0
OEL 5.4(vmware) :)
[root@localhost bin]# numactl --show
policy: default
preferred node: current
physcpubind: 0
cpubind: 0
nodebind: 0
membind: 0
没有评论:
发表评论