-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Fatal error: Allowed memory size in git-deploy on line 157 #42
Comments
Interesting, about the errors; maybe that's what's causing issues. Can I just check, is |
OK. So there was two issues:
Everything works beautifully now - thanks! |
I seem to be having the same issue as @edukarma. I'm trying to deploy a relatively large site and on deploy get a few errors:
I modified the git-deploy file and upped the memory_limit but got another error:
|
The problem is that it loads everything into memory before deploying. By default the memory limit is 256MB so if you're trying to load more than that it's going to fail. I've just bumped up the memory limit, and it should solve the problem with memory usage on the first deploy. I'm now looking into a way to reduce the peak memory usage by removing the bulk-loading of all files, to avoid this issue entirely. |
You rock! Thanks @BrunoDEBARROS, this worked perfectly! |
Got this error:
[2014-08-15 21:15:00 +0200] Deploying to server for the first time...
sh: -c: line 0: syntax error near unexpected token
(' sh: -c: line 0:
git show d6f85a2aa7b46049ab9dd6161abb098b5b59c6fd:uploads/score/score-35-1370971179-4356572206042(1).pdf 2>&1 > "/private/var/folders/xf/vhr6fx9s2z78q3_7yqbbmzqc0000gq/T/git-deploy-JRNstR"'sh: -c: line 0: syntax error near unexpected token
(' sh: -c: line 0:
git show d6f85a2aa7b46049ab9dd6161abb098b5b59c6fd:uploads/score/score-35-1370971305-4356572206042(1).pdf 2>&1 > "/private/var/folders/xf/vhr6fx9s2z78q3_7yqbbmzqc0000gq/T/git-deploy-fsNjGp"'Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3234379 bytes) in /Applications/MAMP/htdocs/myproject/git-deploy on line 157
The text was updated successfully, but these errors were encountered: