
docs: Add the troubleshoot guide
Describes how to resolve the problem that committing a large file into a svn repository is too slow.
@b40a41ef62da3691b485d7b0ec59f2ffec804e28
+++ docs/troubleshoot.md
... | ... | @@ -0,0 +1,12 @@ |
1 | +This document is a troubleshooting guide to help you resolve well-known | |
2 | +problems you might have with Yobi. | |
3 | + | |
4 | +### Cannot commit a large file into a SVN repository | |
5 | + | |
6 | +If it takes a lot of time to commit a large file into a SVN repository so that | |
7 | +you can't commit the file, the cause may be a lack of memory. Please allocate | |
8 | +more memory to Yobi by using java options as follows: | |
9 | + | |
10 | + _JAVA_OPTIONS="-Xmx4096m -Xms2048m" activator "start -DapplyEvolutions.default=true -Dhttp.port=9000" | |
11 | + | |
12 | +Thanks to @zepinos for reporting at https://github.com/naver/yobi/issues/901. |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?