archive utility is extremely slow on my Mac M1
I'm unzipping the "2017 train images" archive from https://cocodataset.org/#download
- The archive is 118k files in 18GB
- I'm on a MacBook Air M1 2020
- The zip file is on a USB-C samsung T7 SSD formatted in ExFAT (yes, I know...)
After 5h the task manager reported :
- between 30~90% cpu usage
- disk usage : ~3GB written, 120GB read (????????)
- i force killed it
used unzip from the command line, after 15mn :
- a constant > 90% cpu usage
- 12GB written, 10GB read (much better, right ?)
- it's not done yet but it already unzipped 30k file, so I expect it be finished in 1h ? (edit : finished in 55mn)
all files are jpeg between 50KB to 300KB, nothing special.
how come the archive manager is reading so much ? (the info for unzip look good so I don't think it's a task manager problem due to the use of a usb drive)
I expected the I/O to not be optimal since it's exFat, but it's clearly a problem with archive utility. And google show me tons of OLD problem with this tool hanging/freezing or being just very slow.
What's happening ?
I had other much smaller archive too, they succeeded but it took a needlessly long time.