On Mon, Sep 18, 2017 at 9:28 AM, Алексей <alexey_krasi...@mail.ru> wrote: > Good afternoon! > In the case of CO, UP, and so on for large amounts of data, the target > system starts to slow down considerably. The test showed that SVN starts > consuming all available memory and more. I think it's because all the data > pumped into RAM and then dumped on the hard drive, and the memory is not > freed. You have to kill the process, make SVN CLEANUP, and then SVN UP to > continue updating the repository.
Hi Alexey, Reading everything into RAM during 'svn co' or 'svn up' should not be happening. What version of svn are you using? And what protocol (svn://, svn+ssh://, http:// or https://, or file://)? -- Johan