We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e7941 commit a0b0f45Copy full SHA for a0b0f45
server/src/test/java/org/elasticsearch/index/engine/LiveVersionMapTests.java
@@ -76,7 +76,7 @@ public void testRamBytesUsed() throws Exception {
76
// the memory usage of an array that would contain exactly all keys
77
// and values. This is an under-estimation of the actual memory
78
// usage since it ignores the impact of the load factor and of the
79
- // linked list/tree that is used to store collisions. Se we use a
+ // linked list/tree that is used to resolve collisions. So we use a
80
// bigger tolerance.
81
// less than 50% off
82
tolerance = actualRamBytesUsed / 2;
0 commit comments