Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i eats memory !!!

Re: Oracle 8i eats memory !!!

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: Sat, 22 May 1999 16:05:21 GMT
Message-ID: <374ad374.10326068@newshost.us.oracle.com>


A copy of this was sent to "Barry" <odbc_at_mailexcite.com> (if that email address didn't require changing) On 22 May 1999 17:32:22 +1000, you wrote:

>Hello
>
>Fred Stojentin <stojentin_at_orgdv.din.de> wrote in article
>> Hello,
>>
>> please keep in mind, that shared memory means shared memory.
>> The process list displays the amount of memory for each process
>> but it does not check if it is shared memory or not. If you are
>> running six processes which all use the same chunk of shared memory
>> then the output of the ps command will show you six times the
>> effective memory in use.
>
>Agreed
>
>> Maybe there is a tool on your machine to display the memory addresses
>> of the chunks the processes have in use. You will see, that they
>> mostly use all the same shared segment(s).
>>
>> On hp unix you can use glance, but i dont know what Solaris tools
>> exists.
>So far I have just tried pmap <PID>
>
>However lets forget about how much memory each process has
>for the moment, now I admit I am not a Unix sysadmin level
>but I can plainly see that my old 8.0.5 database with an SGA of 6MB
>used to grab a 6Mb shared memory segment and now under 8.1.5
>(no init.ora changes or MTS, PARR SVR etc) and now grabs 26MB
>and with our 6 small DBs our little SUN sever has ground to a halt.
>

what is you java_pool_size set to.

It defaults to 20m, has a minimum of 1m ( java_pool_size = 1048576 in your init.ora)

that might account for it.

 >

>>
>> Fred Stojentin
>>
>>
>>
>

See http://www.oracle.com/ideveloper/ for my column 'Digging-in to Oracle8i'...  

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Service Industries
Reston, VA USA

--
Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Sat May 22 1999 - 11:05:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US