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

Re: Size of Single DB-Files in Repositories

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-19 11:35:20 CEST

Hi Lucas,

> is there any possibility to limit the size of single db-files within
> repositories such that they get split into several files when they
> reach this limit?

Only by setting disc quota, since ...

> For example:
>
> db!65> du -msc * | sort -n
> 1 DB_CONFIG
> 1 __db.001
> 1 __db.002
> 1 __db.003
> 1 __db.004
> 1 __db.005
> 1 copies
> 1 log.0000002738
> 1 revisions
> 1 transactions
> 1 uuids
> 2 log.0000002737
> 15 representations
> 30 nodes
> 55 changes
> 1426 strings
> 1528 total

... there will be only one instance of copies, revisions, transactions,
representations, nodes, changes and strings. Limiting the size of each of
these files would mean the same as setting a disc quota for the repository.
Presumably this is not what you want....

> Can I set a limit of 2 GB for any of the files such that a single
> instance of strings will not grow larger than 2 GB?

Why? Does your system not support Large Files ?

bye, Erik.

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 19 11:35:48 2004

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.