DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: out of memory (pga heap) & sort_area_size=8M

  1. #1
    Join Date
    Sep 2000
    Location
    Chicago, IL
    Posts
    316
    Recently we got a ORA-4030: out of process memory (pga heap...) error

    I browsed thru some thread, and came up with the following questions:

    sort_area_size = 8M
    shared_pool_size = 128M

    We have 4G memory on the Compaq UNIX box, and usually about 2G is inactive (available for use)

    According to our sys admin, per process memory can be up to 1G ! - he still needs to confim this ?

    (Q1) Is 8M too high for sort_area_size ?

    (Q2) What limit is it hitting, that it complains about "out of memory" ?

  2. #2
    Join Date
    Sep 2000
    Location
    Chicago, IL
    Posts
    316
    Also, when I run this query:

    select value, n.name|| '('||s.statistic#||')' , sid
    from v$sesstat s , v$statname n
    where s.statistic# = n.statistic#
    and n.name like '%ga memory%'
    order by value;


    The process using the highest amount of memory =
    1065428864 session pga memory(20)
    1065561256 session pga memory max(21)

    What do these tell me ?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width