Repro Steps:
sfdx force:mdapi:deploy -d src-converted -w 10
I was also using the src-converted2
dir to play around with metadata deploy sizes:
rm -rf src-converted2
sfdx force:source:convert --rootdir force-app --outputdir src-converted2
du -hs src-converted2
(note the size)sfdx force:mdapi:deploy -d src-converted2 -w 10
Modify the amount and size of static resources by copying them from the static_resources
dir.