Description
The default size of hash maps and array lists for aggregation, sort, or join is at least 10000, but the number of tuples is much smaller that it in most of our tests.
Thus, most spaces for those data structures are not used during tests. We need to reduce such unnecessary memory usage.