[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion-1.4.5 eats memory like a hog

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-10-21 07:38:55 CEST

"naruto canada" <narutocanada@gmail.com> writes:
> the same thing is happening, the memory usage keeps going up.
>
> I have one guess though, it might have to do with this warning, (I am
> just guessing)
>
> configure: WARNING: we have configured without BDB filesystem support

Thank you for reproducing with latest trunk. I've reproduced it now
too: when I run...

   $ svn checkout https://svn.blender.org/svnroot/tuhopuu

...I see slow but steady memory growth in the client process.

(Note that The BDB support affects only the server side, not memory
usage on the client -- so your configure warning is unrelated to this
bug.)

> Or may be it has to do with Blender's repository being so big (it
> takes several hours to download). Still, it shouldn't take 500M....

For Blender, are you sure you wanted the entire repository, branches
and all? It might be better to check out just the trunk:

   $ svn checkout https://svn.blender.org/svnroot/tuhopuu/trunk

However, it's fortunate for us that you checked out the whole
repository, because that stimulated this bug :-).

Would you mind taking time to file an issue about this client memory
leak on checkout? Just point to this thread from the issue, so future
readers/debuggers have some context.

Thank you,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 21 07:39:12 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.