How does your seach nodes look like? #10872
-
I was wondering if someone could share their storage sizing. How large are they in term of CPU RAM and storage. And when do you create a new one? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hey Ozzy, check this out. |
Beta Was this translation helpful? Give feedback.
-
I was able to find the ratio elastic is using for their Cloud: Hot 35:1 disk:mem 0.533 vcpu/RAM So in the scenario of 64 Gig Mem for 32 Gig heap:
Each node should be then: Cpu:9-10, RAM:64, Disk:12.8TB+10% watermark So the question is if this apply to SO Edit: since our retention_pct is default 50% then we need to rise the storage to the doble to meet these ratios. So hot: 2.2TB-> 4.4TB |
Beta Was this translation helpful? Give feedback.
I was able to find the ratio elastic is using for their Cloud:
Hot 35:1 disk:mem 0.533 vcpu/RAM
Warm/cold 200:1 disk:mem 0.133
So in the scenario of 64 Gig Mem for 32 Gig heap:
Each node should be then:
Cpu:35-36, RAM:64, Disk:2.2TB+10% watermark
Cpu:9-10, RAM:64, Disk:12.8TB+10% watermark
So the question is if this apply to SO
Edit: since our retention_pct is default 50% then we need to rise the storage to the doble to meet these ratios.
So hot: 2.2TB-> 4.4TB
Warm: 12.8TB -> 25,6TB