Created
November 10, 2015 15:24
-
-
Save cmarat/9aa48bbda003d5f8f3dd to your computer and use it in GitHub Desktop.
Virtuoso config for BSBM benchmark (http://www.openlinksw.com/dataspace/doc/oerling/weblog/Orri%20Erling's%20Blog/1763) Source: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/Holidays2013BSBMBackup/virtuoso.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; virtuoso.ini | |
; | |
; Configuration file for the OpenLink Virtuoso VDBMS Server | |
; | |
; | |
; Database setup | |
; | |
[Database] | |
DatabaseFile = virtuoso.db | |
TransactionFile = virtuoso.trx | |
ErrorLogFile = virtuoso.log | |
ErrorLogLevel = 7 | |
Syslog = 0 | |
TempStorage = TempDatabase | |
FileExtend = 200 | |
Striping = 0 | |
[TempDatabase] | |
DatabaseFile = virtuoso.tdb | |
TransactionFile = virtuoso.ttr | |
FileExtend = 200 | |
; | |
; Server parameters | |
; | |
[Parameters] | |
Affinity = 1-5, 12-17 | |
ListenerAffinity = 0 | |
ServerPort = 1201 | |
ServerThreads = 100 | |
CheckpointSyncMode = 0 | |
CheckpointInterval = 0 | |
NumberOfBuffers = 5000000 | |
MaxDirtyBuffers = 450000 | |
MaxCheckpointRemap = 2500000 | |
DefaultIsolation = 2 | |
UnremapQuota = 0 | |
AtomicDive = 1 | |
PrefixResultNames = 0 | |
CaseMode = 2 | |
DisableMtWrite = 0 | |
;MinAutoCheckpointSize = 4000000 | |
;CheckpointAuditTrail = 1 | |
DirsAllowed = / | |
PLDebug = 0 | |
TestCoverage = cov.xml | |
;Charset=ISO-8859-1 | |
ResourcesCleanupInterval = 1 | |
ThreadCleanupInterval = 1 | |
TransactionAfterImageLimit = 1500000000 | |
FDsPerFile = 4 | |
;StopCompilerWhenXOverRunTime = 1 | |
MaxMemPoolSize = 40000000 | |
AdjustVectorSize = 1 | |
ThreadsPerQuery = 12 | |
AsyncQueueMaxThreads = 24 | |
IndexTreeMaps = 64 | |
[VDB] | |
VDBDisconnectTimeout = 1000 | |
ArrayOptimization = 2 | |
NumArrayParameters = 10 | |
[Client] | |
SQL_QUERY_TIMEOUT = 0 | |
SQL_TXN_TIMEOUT = 0 | |
SQL_ROWSET_SIZE = 10 | |
SQL_PREFETCH_BYTES = 12000 | |
[AutoRepair] | |
BadParentLinks = 0 | |
BadDTP = 0 | |
[Replication] | |
ServerName = lubm-01 | |
ServerEnable = 1 | |
[HTTPServer] | |
ServerPort = 8604 | |
ServerRoot = vsp | |
ServerThreads = 40 | |
MaxKeepAlives = 10 | |
KeepAliveTimeout = 10 | |
MaxCachedProxyConnections = 10 | |
ProxyConnectionCacheTimeout = 10 | |
DavRoot = DAV | |
HTTPLogFile = logs/http14122013.log | |
[!URIQA] | |
DefaultHost = lod.openlinksw.com | |
[SPARQL] | |
;ExternalQuerySource = 1 | |
;ExternalXsltSource = 1 | |
ResultSetMaxRows = 100000 | |
LabelInferenceName = facets | |
ImmutableGraphs = inference-graphs, * | |
ShortenLongURIs = 1 | |
;EnablePstats = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment