Hi
I’m puzzling through a filesystem related performance issue on a new Ubuntu Dell SSD workstation, which is showing abysmal performance for some I/O intensive steps. For example, using the -stride option on mrconvert on an HCP diffusion dataset takes half an hour, while less than a minute on a MacBookPro (the latter has an nvme disk, but that doesn’t account for a 30x difference).
mrconvert reports (with -debug) that it’s memory-mapping the output file, and using indirect IO. iostat reports many threads saturating write bandwidth on the disk.
So, I’m left poking around in filesystem options (I’m using ext4 mounted with noatime,date=writeback), and I’m wondering if you have some recommendations here. OTOH if this sounds strange, maybe I need to try a newer or non-Dell kernel.
Thanks,
Marmaduke