cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Error creating repo

chiaflute
New Contributor

I have this error when trying to clone a repo, using aos sparse checkout mode. 

 

Error creating repo
Git operation is terminated because of out of memory or CPU, possibly the repository is too big.
 
 
How i can solve? 
1 REPLY 1

User16752239289
Valued Contributor
Valued Contributor

From the error message, you could exceed below limit :

Working branches are limited to 200 MB.

Individual files are limited to 200 MB.

Files larger than 10 MB can’t be viewed in the Databricks UI.

Databricks recommends that in a repo:

The total number of all files not exceed 10,000.

The total number of notebooks not exceed 5,000.

To work with repo larger than the size limits, try sparse checkout.