I have a machine with 132GB of memory and 32 cores on which I am running
two elasticsearch nodes. Each node should have only half the total number
of CPU cores available so that both nodes can work at full capacity and not
block each other.
I believe the correct configuration option would be:
processors: 16
And I thought that this should change the reported value for
should be reporting the new value here:
"nodes" : {
"2GK7gBPNSSqqbRnRN_WmVg" : {
...
"os" : {
...
"available_processors" : 32, <-- I expect to see 16 here
...
Any ideas what I am doing wrong here, and how to set / confirm the number
of processors that an elasticsearch node should use.
On Tuesday, 16 December 2014 12:04:03 UTC+1, Robin Clarke wrote:
I have a machine with 132GB of memory and 32 cores on which I am running
two elasticsearch nodes. Each node should have only half the total number
of CPU cores available so that both nodes can work at full capacity and not
block each other.
I believe the correct configuration option would be:
processors: 16
And I thought that this should change the reported value for
should be reporting the new value here:
"nodes" : {
"2GK7gBPNSSqqbRnRN_WmVg" : {
...
"os" : {
...
"available_processors" : 32, <-- I expect to see 16 here
...
Any ideas what I am doing wrong here, and how to set / confirm the number
of processors that an elasticsearch node should use.
On Tuesday, 16 December 2014 12:04:03 UTC+1, Robin Clarke wrote:
I have a machine with 132GB of memory and 32 cores on which I am running
two elasticsearch nodes. Each node should have only half the total number
of CPU cores available so that both nodes can work at full capacity and not
block each other.
I believe the correct configuration option would be:
processors: 16
And I thought that this should change the reported value for
should be reporting the new value here:
"nodes" : {
"2GK7gBPNSSqqbRnRN_WmVg" : {
...
"os" : {
...
"available_processors" : 32, <-- I expect to see 16 here
...
Any ideas what I am doing wrong here, and how to set / confirm the number
of processors that an elasticsearch node should use.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.