Hi,
I am trying to modify the max_file_descriptors for elastic search node, I've followed the post suggested by https://gist.github.com/tamitutor/6a1e41eec0ce021a9718, and made the changes, still when i try to curl to _nodes/process API , I get the following response -
"process" : {
"refresh_interval_in_millis" : 1000,
"id" : 2104,
"max_file_descriptors" : 10240,
"mlockall" : false
}
Any suggestions will be hugely appreciated.