After you mentioned that the output buffer size was at least 128k, I did some more investigating. Turns out I was wrong about the bottleneck. There is no issue with output.The bottleneck I saw occurs when using Plink2 for regression during the time it calculates the allele frequencies (at the beginning of a GWAS run). It seems to go disk-i/o-bound during this time, possibly due to reading the entire genotype pgen file. I have plenty of memory on our machines. Is there a way to increase the input buffer size for the allele frequency calculation portion?Thanks much for your help!