Login  Register

Re: reg cpu

Posted by ErmanArslansOracleBlog on May 02, 2018; 10:58am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/reg-cpu-tp5844p5861.html

your cpu is 4 core. "Intel® Xeon® Processor E5-2637 v4" you can read its specs in intel website.

You can ofcourse call 8 threads. You can even call 16 threads, or 32 threads.
These Operating Systems are time sharing..
you don't have to have the number of cores equal to your parallel work.
However, if you increase parallelism, then you may end up with a high load average.

The dmidecode outputs are specific to a node.
If you want to see the cpu arch of other nodes, then you will connect them with root and execute dmidecode on that nodes as well..

I m closing this topic.
So if you have another question, please create a new thread.