Hi,
Data Services can't give you the actual size of your data load, you need to make an estimation based on your database, given the number of rows processed and the kind of fields type, rich content ,encoding etc that you are loading.
You may also run some postload sql scripts in DS to calculate the space used during each load, most databases will have prebuilt procedures for that.
I suggest you check with your dba.
Thanks