How to avoid using elasticsearch process on windows servers?

From elasticsearch website ( http://www.elasticsearch.org/guide/en/elasticsearch/referenc ...), it is recommended to disable memory swapping for best performance. But approaches are Linux only. We are planning to run elasticsearch on Windows servers. Can we just disable the page file on Windows? Any advice on how to do this?

+3


source to share


1 answer


The ElasticSearch team is working (since 2015-04-06) when implementing VirtualLock on Windows: https://github.com/elastic/elasticsearch/issues/9714#issuecomment-90182019 https://github.com/elastic/elasticsearch/pull / 9186



0


source







All Articles