cpu_count per instance in a hard partition
Date: Fri, 23 Nov 2018 09:53:34 -0400
Message-ID: <CACH2EDJwwAQcnwk8QEv09RBLBVQTbeTkA0otKbXLHQNWfQ5btA_at_mail.gmail.com>
Hi,
a possibly dumb question:
If you have a hard partition with 2 cores but 8 threads total but are
running five Oracle instances within that hard partition, does the Oracle
software know that five instances are running from the same home? Or is
each instance oblivious to the fact that it is sharing resources with other
instances.
I ask because if we set cpu_count=8 in each of five instances, doesn't that
mean the instances expect the hard partition to provide a total of 40
threads?
If they are aware of their environment then each instance could say "well
Overloading may not cause major problems other than each instance not getting as many time slices as it expects, i.e. each one would end up running slower than optimal. (reminds me of when I was a student working on an overloaded mainframe which had more dumb terminals than recommended, each dumb terminal had to wait for time slices) Meanwhile there would be nearly no wasted time slices because the CPUs are very busy.
- Patrice My profiles: [image: Facebook] <http://www.facebook.com/home.php?#!/profile.php?id=100000206805521>[image: LinkedIn] <http://ca.linkedin.com/pub/patrice-boivin/a/933/5a9>[image: Twitter] <http://www.twitter.com/PatriceBoivin>
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Nov 23 2018 - 14:53:34 CET