Can't upload a file larger than 500 MB to gitlab.com using git lfs

,

Hi everyone.
When I try to push a file larger than 500 MB via lfs, I get an error:

LFS: Put https://gitlab.com/tsysm/test_lfs.git/gitlab-lfs/objects/0171112d7c5198485f605faca687b806b8df898e80085d661e66194cb7f15e47/550000000: read tcp 192.168.111.46:56724->172.65.251.78:443: i/o timeout

error: failed to push some refs to ‘https://gitlab.com/tsysm/test_lfs.git

when I upload a smaller file, everything is ok.

I saw several posts with a similar error, but there the problems were solved by configuring nginx on the server side. But, I upload to the repository on gitlab.com and can’t configure anything

In the documentation, I have not seen anywhere a mention of limiting the file size for uploading via lfs

Tell me, is this a bug or a feature of gitlab.com :slight_smile:

Thanks in advance!