We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I have a project with large binary files managed by git lfs. When deploying a commit with a large file it crashes silently :
SERVER: demo ^ 1 of 23 index.html ^ 2 of 23 fr.js # Back to prompt instead of file 3 etc ...
I managed to find that the issue comes from the memory_limit in PHP that is below the size of the file to upload.
memory_limit
A test or a specific message would be nice to help users facing this issue in the future.
Thanks a lot,
The text was updated successfully, but these errors were encountered:
This is a great catch. We need a check for this. Thank you @gavrochelegnou
Sorry, something went wrong.
No branches or pull requests
Hello,
I have a project with large binary files managed by git lfs.
When deploying a commit with a large file it crashes silently :
I managed to find that the issue comes from the
memory_limit
in PHP that is below the size of the file to upload.A test or a specific message would be nice to help users facing this issue in the future.
Thanks a lot,
The text was updated successfully, but these errors were encountered: