@@ -18,9 +18,9 @@ extra memory can be given to the OS filesystem cache. Because many data structu
18
18
used by Lucene are disk-based formats, Elasticsearch leverages the OS cache to
19
19
great effect.
20
20
21
- A machine with 64GB of RAM is the ideal sweet spot, but 32GB and 16GB machines
22
- are also common. Less than 8GB tends to be counterproductive (you end up
23
- needing many, many small machines), and greater than 64GB has problems that we will
21
+ A machine with 64 GB of RAM is the ideal sweet spot, but 32 GB and 16 GB machines
22
+ are also common. Less than 8 GB tends to be counterproductive (you end up
23
+ needing many, many small machines), and greater than 64 GB has problems that we will
24
24
discuss in <<heap-sizing>>.
25
25
26
26
==== CPUs
@@ -83,7 +83,7 @@ point of failure.
83
83
A fast and reliable network is obviously important to performance in a distributed((("hardware", "network")))((("network")))
84
84
system. Low latency helps ensure that nodes can communicate easily, while
85
85
high bandwidth helps shard movement and recovery. Modern data-center networking
86
- (1GbE, 10GbE ) is sufficient for the vast majority of clusters.
86
+ (1 GbE, 10 GbE ) is sufficient for the vast majority of clusters.
87
87
88
88
Avoid clusters that span multiple data centers, even if the data centers are
89
89
colocated in close proximity. Definitely avoid clusters that span large geographic
0 commit comments