On Thu, 2007-04-12 at 14:12 +0100, Rafael Espindola wrote: > Is anyone using svk? I tried to create a local depot by updating the > one pointed on the wiki. Unfortunately it is trying to use too much > ram and crashing. > > I crashes just after stating to work on revision 121126.
There are a number of memory leaks in various SVK 1.x releases[1]. SVK 2.0.1 should fix most (all?) of those, plus it has a much more efficient method available that can be used to mirror the gcc repo (using svn replay). R. [1] Some of the worst leaks aren't in svk but in SVN::Mirror, make sure you have the most recent version of that.