Only a subset of index files were open with mmap
on Elasticsearch 2.x. As of Elasticsearch 5.0, all index files will be open with mmap
on 64-bit systems. While this may increase the amount of virtual memory used by Elasticsearch, there is nothing to worry about since this is only address space consumption and the actual memory usage of Elasticsearch will stay similar to what it was in 2.x. See http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html for more information.
Elasticsearch 2.x 에서는 mmap
으로 index 파일의 일부만 열었다. Elasticsearch 5.0 부터 64-bit 시스템에서 모든 index 파일이 mmap
으로 열리게 된다. 이것은 Elasticsearch에서 사용되는 가상 메모리(virtual memory)의 양을 늘릴 수 있지만 걱정하지 않아도 된다. 이것은 주소 공간의 사용량(address space consumption)일 뿐이고, Elasticsearch의 실제 메모리 사용량은 2.x 와 비슷하다. 자세한 내용은 http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory-on-64bit.html 을 참조하자.
'5.X > 8. Breaking Changes' 카테고리의 다른 글
v5.0-13. Packaging (0) | 2017.10.22 |
---|---|
v5.0-14. Plugin changes (0) | 2017.10.22 |
v5.0-16. Path to data on disk (0) | 2017.10.22 |
v5.0-17. Aggregation changes (0) | 2017.10.22 |
v5.0-18. Script related changes (0) | 2017.10.22 |