You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/03/21 13:26:25 UTC

svn commit: r1668256 - /jena/site/trunk/content/documentation/tdb/configuration.mdtext

Author: andy
Date: Sat Mar 21 12:26:25 2015
New Revision: 1668256

URL: http://svn.apache.org/r1668256
Log:
JENA-902: Link in store parameter documentation

Modified:
    jena/site/trunk/content/documentation/tdb/configuration.mdtext

Modified: jena/site/trunk/content/documentation/tdb/configuration.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/configuration.mdtext?rev=1668256&r1=1668255&r2=1668256&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/configuration.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/configuration.mdtext Sat Mar 21 12:26:25 2015
@@ -13,6 +13,7 @@ operation of TDB.
 -   [Dataset Caching](#dataset-caching)
 -   [File Access Mode](#file-access-mode)
 -   [TDB Configuration Symbols](#tdb-configuration-symbols)
+-   [Advanced Store Configuration](#advanced-store-configuration)
 
 ## Setting Options
 
@@ -47,17 +48,18 @@ or setup happens. Creation of a query ex
 compile the query, which happens when the appropriate `.exec`
 method is called.
 
-### Setting from the command line
+#### Setting from the command line
 
 Options can also set from the
-[command line](commands.html#setting-options-from-the-command-line "TDB/Commands").
+[command line](commands.html#setting-options-from-the-command-line "TDB/Commands")
+with "`--set`.
 
-### Setting with Java System properties
+#### Setting with Java System properties
 
 (TDB 0.8.5 and later)
 
 Options can be set when invoking the JVM using the Java system
-properties as set by "-D".
+properties as set by "`-D`".
 
 ## Query of the union of named graphs
 
@@ -102,5 +104,7 @@ Symbol | Java Constant | Effect | Defaul
 `tdb:unionDefaultGraph` | `TDB.symUnionDefaultGraph` | Query patterns on the default graph match against the union of the named graphs. | unset
 `tdb:fileMode` | `SystemTDB.fileMode` | Force use of memory mapped files (`"mapped"`) or direct file caching (`"direct"`). See discussion of TDB on 32 or 64 bit hardware, especially limitations of memory mapped files on 32 bit Java. | Set by the system based on 32 or 64 bit java.
 
+## Advanced Store Configuration
 
-
+Various internal caching sizes can be set to different values to the
+defaults. See the [full description](store-parameters.html).