Home > database >  Sagemaker file size limit?
Sagemaker file size limit?

Time:12-07

I was wondering whether there is some size limit for storing a folder in sagemaker studio? I have this dataset stored in s3 but I want to download that dataset in my sagemaker studio environment to train my model. Is there some kind of limit in the size of a file i can download?

CodePudding user response:

Your home directory in Amazon SageMaker Studio is stored in Amazon EFS file system. The file system grows and shrink as you add and remove files.
According to Amazon EFS limits the maximum size for a single file is 47.9TiB.

  • Related