You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/setup/size/_index.md
+5-77Lines changed: 5 additions & 77 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,6 @@ Query resource needs can greatly vary with usage patterns and correct configurat
26
26
- Large Loki clusters benefit from a disk based caching solution, memcached-extstore. Please see the detailed [blog post](https://grafana.com/blog/2023/08/23/how-we-scaled-grafana-cloud-logs-memcached-cluster-to-50tb-and-improved-reliability/) and read more about [memcached/nvm-caching here](https://memcached.org/blog/nvm-caching/).
27
27
- If you’re running a cluster that handles less than 30TB/day (~1PB/month) ingestion, we do not recommend configuring memcached-extstore. The additional operational complexity does not justify the savings.
28
28
29
-
These are the node types we suggest from various cloud providers. Please see the relevant specifications in your provider documentation.
30
-
<divid="app">
31
-
<label>Node Type</label>
32
-
<select name="node-type" v-model="node">
33
-
<option v-for="node of nodes">{{ node }}</option>
34
-
</select><br>
35
-
</div>
36
29
37
30
{{< tabs >}}
38
31
{{< tab-content name="Less than 100TB/month (3TB/day)" >}}
@@ -70,74 +63,9 @@ These are the node types we suggest from various cloud providers. Please see the
These are the node types we suggest from various cloud providers. Please see the relevant specifications in the provider's documentation.
69
+
- For AWS any General Purpose machine available in your region that belongs to `M6` instance family and above for Intel chips and `T2` machine family and above for ARM chips.
70
+
- For GCP any General Purpose machine available in your region that belongs to to `E2` instance family and above.
71
+
- For memcached-extstore nodes we suggest storage optimised instances that can has NVMe storage so that the additional disk space is utilized.
0 commit comments