Hello everyone,
I am using scm-manager for some rather big mercurial repositories (~2GB). If I push one of these repositories form my hdd to a hg repository provided by scm-manager the process aborts with:
HTTP Error: 413 (Request Entity Too Large)
I have read several posts from people similar problems with jetty and added
<Set name="requestHeaderSize">52428800</Set>
<Set name="requestBufferSize">52428800</Set>
<Set name="responseBufferSize">52428800</Set>
to the server-config.xml. There was no visible change in behavior, the error still occurs.
The system is a debian 6 vm with 4GB RAM.
I am grateful for every hint.
André