long tmp = (localParseSize * numCols / (1 << 21)); // ~ 2M keys per node if (tmp > (1 << 30)) return (1 << 30); // Max limit is 1G