Runtime optimization: Specify the strategy used to balance memory use and speed during the calculation. Available options are:
Default - Balance speed and memory use. Wavefunction coefficients for all k-points in a calculation will be kept in memory during, rather than be paged to disk. Some large work arrays will be paged to disk.
Memory - Minimize memory use. All wavefunctions and large work arrays are paged to disk.