Re: sga_max_size discrepancy
From: Keith Moore <kmoore_at_zephyrus.com>
Date: Thu, 31 Jul 2008 11:38:00 -0500 (CDT)
Message-ID: <18416.206.227.160.10.1217522280.squirrel@lady.zephyrus.com>
Date: Thu, 31 Jul 2008 11:38:00 -0500 (CDT)
Message-ID: <18416.206.227.160.10.1217522280.squirrel@lady.zephyrus.com>
Yes, the default granule size is 4M.
select ksppinm, ksppdesc, kspftctxvl, kspftctxdf
from x$ksppi, x$ksppcv2
where (x$ksppi.indx+1) = x$ksppcv2.kspftctxpn
and ksppinm = '_ksmg_granule_size';
KSPPINM KSPPDESC KSPFTCTXVL KSPFTC
------------------- ---------------------- -------------- ------ _ksmg_granule_size granule size in bytes 4194304 TRUE
Keith
> Keith,
>
> Did you find the granule size by looking at _ksmg_granule_size? It's mostly
> determined by processes.
>
> Yong
>
>> Raj,
>>
>> Thanks. You put me on the right track but the granule size is actually 4M
>> and...
>
>
>
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Jul 31 2008 - 11:38:00 CDT