I'm trying to figure out how much RAM it uses in the worst case.
I can limit
sort's memory usage. I'm more worried about the
grinding this causes on the hard drive. I have no idea how much data gets read and written to sort 30 GB, but I assume every bit gets pickup up at least several times.