Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 7bc7725

Browse files
committed
Edited 300_Aggregations/125_Conclusion.asciidoc with Atlas code editor
1 parent a6f16db commit 7bc7725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

300_Aggregations/125_Conclusion.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ so that it is memory-friendly
2525
- During indexing, by configuring heavy fields to use disk-based doc values instead
2626
of in-memory fielddata
2727
- At search time, by utilizing approximate aggregations and data filtering
28-
- At a node level, by setting hard memory limits and dynamic circuit-breaker limits
28+
- At a node level, by setting hard memory and dynamic circuit-breaker limits
2929
- At an operations level, by monitoring memory usage and controlling slow garbage-collection cycles, potentially by adding more nodes to the cluster
3030

3131
Most deployments will use one or more of the preceding methods. The exact combination
@@ -40,4 +40,4 @@ six months or one year as your data grows. What methods will you use to continue
4040
scaling?
4141

4242
It is better to plan out these life cycles of your cluster ahead of time, rather
43-
than panicking at 3 a.m. because your cluster is at 90% heap utilization.
43+
than panicking at 3 a.m. because your cluster is at 90% heap utilization.

0 commit comments

Comments
 (0)