Skip to content
Discussion options

You must be logged in to vote

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:

  • Hot size:64*35=2,240GB≈2.2TB, CPU:0.533*64=34.112≈35 cores ≈36 whole set cores
  • Warm/cold size:64*200=12,800GB≈12.8TB, CPU: 0.133*64=8.512≈9≈10

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

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@OzzyKampha
Comment options

@vanh20
Comment options

@vanh20
Comment options

Comment options

You must be logged in to vote
1 reply
@vanh20
Comment options

Answer selected by OzzyKampha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants