Skip to content

Commit a0b0f45

Browse files
committed
iter
1 parent d1e7941 commit a0b0f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/engine/LiveVersionMapTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void testRamBytesUsed() throws Exception {
7676
// the memory usage of an array that would contain exactly all keys
7777
// and values. This is an under-estimation of the actual memory
7878
// 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
79+
// linked list/tree that is used to resolve collisions. So we use a
8080
// bigger tolerance.
8181
// less than 50% off
8282
tolerance = actualRamBytesUsed / 2;

0 commit comments

Comments
 (0)