Important System Configuration 导入系统配置:
理想情况下,Elasticsearch 应该单独运行在一个server 使用所有可用的资源。
为了这么做,你需要配置你的操作系统来允许用户运行Elasticsearch 来访问更多的资源相比默认情况。
在投产前,下面的设置必须被处理:
1.Set JVM heap size
2.Disable swapping
3.Increase file descriptors
4.Ensure sufficient virtual memory
5.Ensure sufficient threads
开发模式和生产模式:
默认情况下, Elasticsearch 假设你是工作在开发模式,如果上面的设置不是配置正确的,一个警告会写到日志文件,
但是你可以启动和运行你的Elasticsearch node.
一旦你配置一个network 设置像 network.host,Elasticsearch 假设你是运行在生产模式
会更新上面的警告为异常。