I am trying to download a large dataset from my Google storage in my virtual machine running Ubuntu 18.04 but my download stops halfway. I am using the command:
gsutil cp -r gs://my-storage-bucket/dataset1 /home/user/data
I managed to download a smaller dataset but this one is close to 4 GB in size but every single time it just stops downloading at 1.1 GB. First the MB/S drops and then it stalls at 0.0 MB/S.
I already increased the disk size of my VM but that didn't help either. I removed the file that sits in my folder that makes sure to resume downloading whenever it can, as it doesn't work.
Any suggestions?