comparison docs/administrator_guide/vcs_setup.rst @ 7339:52f823b92614

docs: vcs_setup: add note about Git HTTP POST buffer As suggested by https://bitbucket.org/conservancy/kallithea/issues/229/bad-file-descriptor#comment-30073565
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 30 Jul 2018 21:19:33 +0200
parents 2bb5e9ee49fe
children
comparison
equal deleted inserted replaced
7338:2bb5e9ee49fe 7339:52f823b92614
44 44
45 threadpool_workers = 45 threadpool_workers =
46 threadpool_max_requests = 46 threadpool_max_requests =
47 use_threadpool = 47 use_threadpool =
48 48
49 Increasing Git HTTP POST buffer size
50 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51
52 If Git pushes fail with HTTP error code 411 (Length Required), you may need to
53 increase the Git HTTP POST buffer. Run the following command as the user that
54 runs Kallithea to set a global Git variable to this effect::
55
56 git config --global http.postBuffer 524288000
57
49 58
50 .. _waitress: http://pypi.python.org/pypi/waitress 59 .. _waitress: http://pypi.python.org/pypi/waitress
51 .. _gunicorn: http://pypi.python.org/pypi/gunicorn 60 .. _gunicorn: http://pypi.python.org/pypi/gunicorn
52 .. _subrepositories: http://mercurial.aragost.com/kick-start/en/subrepositories/ 61 .. _subrepositories: http://mercurial.aragost.com/kick-start/en/subrepositories/