Skip to content

The node was low on resource: ephemeral-storage #40153

Closed Answered by yhmo
jubingc asked this question in Q&A and General discussion
Discussion options

You must be logged in to vote

queryNode.mmap.chunkCache is true, which means the mmap is enabled.
With mmap is enabled, if you have search/query with output_fields, the data files of the output_fields will be cached to local disk. With more and more search/query executed, more data files are downloaded to local disk, and the disk usage of each query node will increase.

291GB local disk is for each query node. Since the total raw data size is 2.15TB, each query node might download 2.15TB / 18 = 122GB data, we have a safety ratio = 2.x so that the sizing tool shows 291GB for each query node. The Total Local Disk should be displayed as 291GB * 18 = 5.23TB. It is a bug in the sizing tool that shows 291GB of the total loca…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@bigsheeper
Comment options

@yhmo
Comment options

yhmo Feb 25, 2025
Collaborator

@jubingc
Comment options

@yhmo
Comment options

yhmo Feb 26, 2025
Collaborator

Answer selected by jubingc
@jubingc
Comment options

@xiaofan-luan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants