Make JVM/Solr not swap, using mlockall

北战南征 提交于 2019-12-13 04:24:04

问题


I saw ElasticSearch provides the mlockall option which permits to keep the JVM heap inside physical memory instead of virtual memory (which may or not be physical), and to avoid swapping the heap.

Is there such an option with Solr?


回答1:


Check this mlockall For All article maybe it has some good insight.



来源:https://stackoverflow.com/questions/16689912/make-jvm-solr-not-swap-using-mlockall

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!