### Which version of the AzCopy was used? ##### 10.29.1 ### Which platform are you using? (ex: Windows, Mac, Linux) ##### M4 Pro - Mac OS 15.5 ### What command did you run? azcopy copy '/Users/me/path/to/files/*' 'https:/<storage_account>.blob.core.windows.net/\<container\>' ### What problem was encountered? I want to move >3000 images to a blob bucket. The files are being copied, but after varying completion %, it crashed with a runtime error (see above). ### How can we reproduce the problem in the simplest way? Get an ARM-based Mac, install the AzCopy preview build. Try to move a large number of .png images (~2 MB each). ### Have you found a mitigation/solution? No