When using LFS, can you configure the maximum non-lfs file size?

I rewrote a repository of ours to use LFS, but i cannot push to it anymore:

```

error Size of object <some-hash> is 359.81KB, which is greater than the limit (256KB).

```

We have some source files created via code generation that are well over this limit. How can I raise this limit?

0
1 comment

Mw Hi,

The file size limit can be adjusted in the repository settings: https://www.jetbrains.com/help/space/push-restrictions.html

1

Please sign in to leave a comment.