Are the mappings with enabled=false using heap or disk cache (from OS)?

Hi,
I used this config to type product of index model

{
"model":
{"mappings":
{"product":{
"enabled":false
}
}
}
}

My question is if the elasticsearch load of these fields are consuming heap of JVM or disk cache from OS?
I wish it to be consuming disk cache rather than JVM heap. I reserved 50% from memory RAM to OS to use in disk cache, as recommended by the elasticsearch documentation.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.