ITPUB??ì3
2010数据库技术大会
ITPUB论坛 » Oracle新技术/11g » Heap size 2651K exceeds notification threshold (2048K)


您有 1 条公共消息
  • 来自: 公共消息 标题: 3-5月ITPUB数据库 ... 内容: ITPUB与3月和5月分别安排了Oracle 11g DBA和Oracle性能优化培训,以及 ...

    标题: Heap size 2651K exceeds notification threshold (2048K)
    离线 northeast1
    中级会员



    精华贴数 0
    个人空间 0
    技术积分 976 (2332)
    社区积分 429 (1932)
    注册日期 2001-10-6
    论坛徽章:10
    授权会员2010新春纪念徽章2010年世界杯参赛球队:希腊2010年世界杯参赛球队:南非生肖徽章2007版:狗生肖徽章2007版:鼠
    生肖徽章2007版:牛生肖徽章2007版:鸡生肖徽章2007版:鼠2008北京奥运纪念徽章:游泳  

    发表于 2006-1-25 10:44 
    Heap size 2651K exceeds notification threshold (2048K)

    10.2.0.1/solaris10,ram 8g/sga 4.7g


    alert.log 文件中总是出现提示:

    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2651K exceeds notification threshold (2048K)


    只看该作者    顶部
    在线/呼叫 花好月不圆
    初级会员



    来自 shanghai
    精华贴数 5
    个人空间 20
    技术积分 12288 (123)
    社区积分 3182 (562)
    注册日期 2003-8-11
    论坛徽章:62
    现任管理团队成员九尾狐狸八级虎吧徽章2010新春纪念徽章2010年世界杯参赛球队:阿尔及利亚2010年世界杯参赛球队:葡萄牙
    2010新春纪念徽章ITPUB8周年纪念徽章2009日食纪念生肖徽章2007版:鸡生肖徽章2007版:猴生肖徽章2007版:猴

    发表于 2006-1-25 13:55 
    10.2 有一个隐含参数可以屏蔽此信息


    我的也有很多

    Doc ID:  Note:330239.1
    Subject:  Memory Notification: Library Cache Object Loaded Into Sga
    Type:  PROBLEM
    Status:  PUBLISHED
    Content Type:  TEXT/X-HTML
    Creation Date:  04-AUG-2005
    Last Revision Date:  01-JAN-2006


    In this Document
      Symptoms
      Changes
      Cause
      Solution
      References



    --------------------------------------------------------------------------------




    Applies to:
    Oracle Server - Enterprise Edition - Version: 10.2.0.1
    This problem can occur on any platform.
    .
    Symptoms
    The following messages are reported in alert.log after 10g Release 2 is installed.

            Memory Notification: Library Cache Object loaded into SGA
            Heap size 2294K exceeds notification threshold (2048K)

    Changes
    Installed / Upgraded to 10g Release 2

    Cause
    A number of issues have been logged with these messages in 10GR2, many are
    still open.  These look like warning messages that should not cause the program
    responsible for these errors to fail.
       
    They appear as a result of new event messaging mechanism
    and memory manager in 10g Release 2. The meaning is that the
    process is just spending a lot of time in finding free memory
    extents during an allocate as the memory may be heavily fragmented.
    Real memory messages should be ORA-403x when  a real memory problem
    occurs.


    Solution
    In 10g we have a new undocumented parameter that sets the KGL heap size
    warning threshold.   This parameter was not present in 10GR1.
    Warnings are written if heap size exceeds this threshold.
       
    Set  _kgl_large_heap_warning_threshold  to a reasonable high value
    to prevent these warning messages. Value needs to be set in bytes.

    If you want to set this to 8192 (8192 * 1024) and are using an spfile:

    (logged in as "/ as sysdba"

    SQL> alter system set "_kgl_large_heap_warning_threshold"=8388608 scope=spfile ;

    SQL> shutdown immediate SQL> startup

    SQL> show parameter _kgl_large_heap_warning_threshold
    NAME TYPE VALUE
    ------------------------------------ ----------- ------------------------------
    _kgl_large_heap_warning_threshold integer 8388608

    If using an "old-style" init parameter,

    Edit the init parameter file and add

    _kgl_large_heap_warning_threshold=8388608


    只看该作者    顶部
    离线 lotus1024
    花儿草儿没追求



    精华贴数 0
    个人空间 112
    技术积分 1502 (1405)
    社区积分 20 (9264)
    注册日期 2004-5-27
    论坛徽章:1
    ITPUB新首页上线纪念徽章     
          

    发表于 2008-9-23 15:52 
    谢谢!
    应该是:
    SQL> alter system set "_kgl_large_heap_warning_threshold"=8388608 scope=spfile;  

    System altered.
    也就是修改成8192k,而原来是2048K...


    只看该作者    顶部
     
        

    相关内容


    CopyRight 1999-2006 itpub.net All Right Reserved.
    北京皓辰网域网络信息技术有限公司. 版权所有
    E-mail:Webmaster@itpub.net
    网站律师 隐私政策 知识产权声明
    京ICP证:060528号 联系我们