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

Re: svnadmin load runs out of memory

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-12-08 04:49:09 CET

Branko Čibej wrote:

>Dave, What happens if you commit two versions of that SQL script to a
>freshly created 0.34.0 repository (with and without deltification turned
>on)?
>
>(This might have something to do with BDB)
>
>
BTW, I tested this just now:

    $ svnadmin create repo
    $ svn co file:///repo wc
    $ cd wc
    [generate a 60M file full of random bytes]
    $ svn add huge; svn ci
    [generate another 60M file full of random bytes]
    $ svn ci

The svn process never grew above 6 megs. Then I dumped this repository
and loaded the dump file into a new one. The svnadmin process never grew
above 4M.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 8 04:49:43 2003

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

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