zoukankan      html  css  js  c++  java
  • 11.2.0.3 实例启动现在提供Large Pages Information大内存页信息了

    刚才发现在目前最新的11.2.0.3版本中实例instance startup时alert.log 中会提供Large Pages Information 大内存页的信息了:  
    Starting ORACLE instance (normal)
    ****************** Large Pages Information *****************
    
    Total Shared Global Region in Large Pages = 0 KB (0%)
    
    Large Pages used by this instance: 0 (0 KB)
    Large Pages unused system wide = 0 (0 KB) (alloc incr 16 MB)
    Large Pages configured system wide = 0 (0 KB)
    Large Page size = 2048 KB
    
    RECOMMENDATION:
      Total Shared Global Region size is 1202 MB. For optimal performance,
      prior to the next instance restart increase the number
      of unused Large Pages by atleast 601 2048 KB Large Pages (1202 MB)
      system wide to get 100% of the Shared
      Global Region allocated with Large pages
    ***********************************************************
    
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options.
    ORACLE_HOME = /s01/orabase/product/11.2.0/dbhome_3
    System name:Linux
    Node name:vrh2.oracle.com
    Release:2.6.18-274.el5
    Version:#1 SMP Mon Jul 25 13:17:49 EDT 2011
    Machine:x86_64
    Using parameter settings in server-side spfile /s01/orabase/product/11.2.0/dbhome_3/dbs/spfileEMREP.ora
      该Large Pages Information还附有配置Large Page的RECOMMENDATION设置,当SGA_Target=1202MB时,推荐配置601个2048K页。 注意Large Page不能和11g AMM 自动内存管理一起使用,否则AMM将失去其意义。
  • 相关阅读:
    c调用python记录
    linux 进程内存基础
    doubango类面向对象研究
    HBuilderX 连接 逍遥模拟器 之 解决没法找到模拟器设备 问题
    Application,Session,Cookie,ViewState和Cache区别
    每个.Net开发人员应该下载的十种必备工具
    ASP.NET面试资料
    .net 主题与样式
    浅谈C#当中的out关键字
    5ResponseModel响应模型
  • 原文地址:https://www.cnblogs.com/macleanoracle/p/2968076.html
Copyright © 2011-2022 走看看