[svnbook] r4027 committed - * en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Fri Aug 19 14:26:19 CDT 2011


Revision: 4027
Author:   cmpilato at gmail.com
Date:     Fri Aug 19 12:25:56 2011
Log:      * en/book/ch09-reference.xml
   Document the svnadmin --memory-cache-size option.

http://code.google.com/p/svnbook/source/detail?r=4027

Modified:
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch09-reference.xml	Fri Aug 19 10:43:07 2011
+++ /trunk/en/book/ch09-reference.xml	Fri Aug 19 12:25:56 2011
@@ -5471,6 +5471,17 @@
          <!-- TODO config-dir?  Only 'svnadmin create' accepts it, and -->
          <!-- the underlying logic doesn't even use it.                -->

+        <varlistentry>
+          <term><option>--memory-cache-size</option>
+            (<option>-M</option>) <replaceable>ARG</replaceable></term>
+          <listitem>
+            <para>Configures the size (in Megabytes) of the extra
+              in-memory cache used to minimize redundant operations.
+              The default value is <literal>16</literal>.  (This cache
+              is used for FSFS-backed repositories only.)</para>
+          </listitem>
+        </varlistentry>
+
          <varlistentry>
            <term><option>--force-uuid</option></term>
            <listitem>
@@ -5775,6 +5786,7 @@

            <informalexample>
              <screen>
+--memory-cache-size
  --quiet (-q)
  --revision (-r) REV
  </screen>
@@ -5857,6 +5869,7 @@
              <screen>
  --deltas
  --incremental
+--memory-cache-size
  --quiet (-q)
  --revision (-r) REV
  </screen>
@@ -6095,6 +6108,7 @@
              <screen>
  --force-uuid
  --ignore-uuid
+--memory-cache-size
  --parent-dir
  --quiet (-q)
  --use-post-commit-hook
@@ -6763,6 +6777,7 @@

            <informalexample>
              <screen>
+--memory-cache-size
  --quiet (-q)
  --revision (-r) ARG
  </screen>




More information about the svnbook-dev mailing list