Oracle database server: calculate RAM for OS, database[SGA, PGA], HugePages`
Dear community ,
Can you advice me how to identify how much memory should I leave for OS?
How to distribute SGA and PGA sizes?
What should I set vm.nr_hugepages parameter not to make database server to have an out of memory.
My opinion: for OS 5%RAM should be left.
from 95%RAM 80% should be for SGA and 20% for PGA.
vm.nr_hugepages parameter should be set total number of SGA sizes(in case you have multiple DBs) / Hugepagesize
Am I correct?
This is for initial installation (after monitoring memory usage we may change SGA PGA)