Hi guys,

Kind of stuck with a fresh installation of an ElasticSearch cluster. 
everything is installed file descriptor limits are set yet when I run 

curl -XGET "http://10.0.8.62:9200/_nodes?os=true&process=true&pretty=true"; 
> stats.txt

I get 

      "process" : {
        "refresh_interval" : 1000,
        "id" : 1200,
        "max_file_descriptors" : 4096,
        "mlockall" : true
      },

yet when I run 

ulimit -n I get

65535

ElasticSearch is installed as a service and running as root? Any idea why 
this is happening?

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/53e168b5-8834-4b63-98ec-4c5a3080a91b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to