With m=1 you have the same redundancy as with size=2 and min_size=1 or in other words you have a RAID5.
You will lose data in this setup.
You could run with k=2 and m=2 but will still have to cope with the EC overhead (more CPU and more network communication).