CVS commit by staikos: oops, found even more memory usage in there M +1 -1 datawizard.ui.h 1.130 --- kdeextragear-2/kst/kst/datawizard.ui.h #1.129:1.130 @@ -492,5 +492,5 @@ void DataWizard::finished() } if (_radioButtonPlotPSD->isChecked() || _radioButtonPlotDataPSD->isChecked()) { - memoryRequested += fftLen * 2; + memoryRequested += fftLen * 6; } }