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

Re: "svnadmin load" a huge file

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Sat, 8 Jan 2011 10:54:12 -0600

On Sat, Jan 8, 2011 at 4:33 AM, Victor Sudakov <sudakov_at_sibptus.tomsk.ru> wrote:

>> >I ran "svnadmin load" on a machine with 1 GB RAM and 25 GB swap (added
>> >so much swap specially for the occasion). svnadmin crashed after
>> >reaching the SIZE about 2.5 GB.
>> >
>> >Is 1 GB RAM and 25 GB swap not enough?
>>
>> If it is a 32bit OS, you'll most likely hit a per-process limit at 2 or
>> 4 gigs.  Or maybe some quota setting before that.
>
> The more I think about it, the more likely it seems.
>
> Does it mean that on a 32bit OS I am stuck hopelessly? A dump/load
> cycle will eventually fail as the repository grows beyond a certain
> size?

A 'real' svnadmin dump would let you specify revision ranges so you
could do it incrementally but cvs2svn doesn't have an equivalent
option other than splitting out directories. Perhaps someone could do
the load on a larger 64-bit machine and dump it back in smaller ranges
if you can't find a better way to split it.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
Received on 2011-01-08 17:54:51 CET

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.