On Thu, Jan 11, 2018 at 2:43 PM, Dingyuan Wang <[email protected]> wrote:

> When I committed a large blob,


How large?

Fossil requires a great deal of RAM to process diffs of blobs:

1) the memory for version 1
2) the memory for version 2
3) the memory for the diff of v1 and v2.

e.g. if you are trying to commit a 5-byte change to a 1GB blob, fossil
needs just over 2GB of memory to commit that.

I can't sync with my server, which uses
> nginx for reverse proxy.
> "server says: 413 Request Entity Too Large"


i can find "413" nowhere in fossil's source code except in unrelated
Unicode bits. It seems like this message is coming from your nginx.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to