linux配置大页HugePages-创新互联
一、什么时候配置when
IF
SGA >= 2GB AND sessions >= 500
THEN
enabling HugePages becomes a requirement on Linux 64-bit system.
二、怎么配置How to Configure HugePages
...
Recommended setting: vm.nr_hugepages = 1496
$
分享文章:linux配置大页HugePages-创新互联
URL地址:http://pcwzsj.com/article/jseis.html
IF
SGA >= 2GB AND sessions >= 500
THEN
enabling HugePages becomes a requirement on Linux 64-bit system.
二、怎么配置How to Configure HugePages
Step 3: If you have Oracle Database 11g or later, the default database created uses the Automatic Memory Management (AMM) feature which is incompatible with HugePages. Disable AMM before proceeding. To disable, set the initialization parameters MEMORY_TARGET and MEMORY_MAX_TARGET to 0 (zero). Please see Document 749851.1 for further information in case you encounter the error below:
...
Recommended setting: vm.nr_hugepages = 1496
$
分享文章:linux配置大页HugePages-创新互联
URL地址:http://pcwzsj.com/article/jseis.html