How to enable NUMA on 10G @ linux
參見
Oracle RDBMS is not detecting NUMA Nodes [ID 868642.1] |
當然首先保證平臺支援:
[root@xxx bin]# numactl --hardware
available: 2 nodes (0-1)
其實就是建立如下軟連線:
cd /usr/lib64
ln -s libnuma.so.1 libnuma.so
cd /usr/lib
ln -s libnuma.so.1 libnuma.so
在初始化檔案里加入:
_enable_NUMA_optimization=TRUE
最後重啟資料庫時在alert.log裡可以看到:
> grep -i numa *.log
NUMA system found and support enabled (2 domains - 12,12)
_enable_NUMA_optimization= TRUE
Opening with internal Resource Manager plan : on 2 X 12 NUMA system
這個引數不再是1了:
_db_block_numa 2 Number of NUMA nodes
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15415488/viewspace-673940/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- How to enable the flashback database:Database
- How to enable trace in OracleOracle
- Enable Oracle NUMA support with Oracle Server Version 11.2.0.1OracleServer
- How To Enable Hidden Administrator Account In Windows 10Windows
- How to Check and Enable/Disable Oracle Binary Options (文件 ID 948061.1)Oracle
- How to enable Hibernate option in windows 2008 R2 server?WindowsServer
- R12 - How To Enable and Collect Debug for HTTP, OC4J and OPMNHTTP
- How to enable Large Page Feature on AIX-Based Systems [ID 372157.1]AI
- How to change VIP and VIP/Hostname in 10g
- Linux 核心 101:NUMA架構Linux架構
- You Buy a NUMA System, Oracle Says Disable NUMAOracle
- 轉: enable multipathing on RedHat Linux 5.3RedhatLinux
- How to Restore a Lost Voting Disk in 10g [ID 279793.1]REST
- [20221222]How to Enable and Disable Database Options in oracle 11g.txtDatabaseOracle
- Linux基礎命令---enable開啟shell命令Linux
- Linux 核心101:NUMA下的競爭管理Linux
- Linux--程序繫結NUMA節點或cpu核心Linux
- How to use Form6i connect Oracle 10gORMOracle 10g
- 10g RAC: How to Clean Up After a Failed CRS InstallAI
- How To Drop, Create And Recreate DB Control In A 10g DatabaseDatabase
- enable password 7與enable secret的區別
- [oradebug命令學習3]How to Enable SQL_TRACE for Another Session Using OradebugSQLSession
- How to adjust the high watermark in ORACLE 10g – ALTER TABLE SHRINKOracle 10g
- oracle ENABLE=BROKENOracle
- ODM enable on Veritas
- Oracle NUMA usage recommendationOracle
- How to Change hostname in Oracle Linux 7OracleLinux
- Linux-2.6.32 NUMA架構之記憶體和排程Linux架構記憶體
- Metlink:10g RAC How to Clean Up After a Failed CRS InstallAI
- enable_index_filterIndexFilter
- FSM:Enable shift register
- NUMA的原理與侷限
- NUMA架構的個人理解架構
- How To Change The Oracle Hidden Parameters In Oracle 10g [ID 315631.1]Oracle 10g
- MySQL5.7關閉NUMA方法MySql
- Oracle相關NUMA特性淺析Oracle
- NUMA 架構與 資料庫架構資料庫
- Oracle NUMA Usage Recommendation [ID 759565.1]Oracle