Advertisement
jbjares

Untitled

Oct 21st, 2014
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.54 KB | None | 0 0
  1. ;
  2. ; virtuoso.ini
  3. ;
  4. ; Configuration file for the OpenLink Virtuoso VDBMS Server
  5. ;
  6. ; To learn more about this product, or any other product in our
  7. ; portfolio, please check out our web site at:
  8. ;
  9. ; http://virtuoso.openlinksw.com/
  10. ;
  11. ; or contact us at:
  12. ;
  13. ;
  14. ; If you have any technical questions, please contact our support
  15. ; staff at:
  16. ;
  17. ;
  18.  
  19. ;
  20. ; Database setup
  21. ;
  22. [Database]
  23. DatabaseFile = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.db
  24. ErrorLogFile = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.log
  25. LockFile = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.lck
  26. TransactionFile = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.trx
  27. xa_persistent_file = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.pxa
  28. ErrorLogLevel = 7
  29. FileExtend = 200
  30. MaxCheckpointRemap = 2000
  31. Striping = 0
  32. TempStorage = TempDatabase
  33.  
  34.  
  35. [TempDatabase]
  36. DatabaseFile = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso-temp.db
  37. TransactionFile = /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso-temp.trx
  38. MaxCheckpointRemap = 2000
  39. Striping = 0
  40.  
  41.  
  42. ;
  43. ; Server parameters
  44. ;
  45. [Parameters]
  46. ServerPort = 1111
  47. LiteMode = 0
  48. DisableUnixSocket = 1
  49. DisableTcpSocket = 0
  50. ;SSLServerPort = 2111
  51. ;SSLCertificate = cert.pem
  52. ;SSLPrivateKey = pk.pem
  53. ;X509ClientVerify = 0
  54. ;X509ClientVerifyDepth = 0
  55. ;X509ClientVerifyCAFile = ca.pem
  56. MaxClientConnections = 100000
  57. CheckpointInterval = 60
  58. O_DIRECT = 1
  59. CaseMode = 2
  60. MaxStaticCursorRows = 50000
  61. CheckpointAuditTrail = 0
  62. AllowOSCalls = 0
  63. SchedulerInterval = 10
  64. DirsAllowed = ., /usr/local/virtuoso-opensource/share/virtuoso/vad
  65. ThreadCleanupInterval = 0
  66. ThreadThreshold = 1000
  67. ResourcesCleanupInterval = 0
  68. FreeTextBatchSize = 10000000
  69. SingleCPU = 0
  70. VADInstallDir = /usr/local/virtuoso-opensource/share/virtuoso/vad/
  71. PrefixResultNames = 0
  72. RdfFreeTextRulesSize = 100000
  73. IndexTreeMaps = 256
  74. MaxMemPoolSize = 200000000
  75. PrefixResultNames = 0
  76. MacSpotlight = 0
  77. IndexTreeMaps = 64
  78. MaxQueryMem = 16G ; memory allocated to query processor
  79. VectorSize = 100 ; initial parallel query vector (array of query operations) size
  80. MaxVectorSize = 1000000 ; query vector size threshold.
  81. AdjustVectorSize = 0
  82. ThreadsPerQuery = 40
  83. AsyncQueueMaxThreads = 100000
  84. ;;
  85. ;; When running with large data sets, one should configure the Virtuoso
  86. ;; process to use between 2/3 to 3/5 of free system memory and to stripe
  87. ;; storage on all available disks.
  88. ;;
  89. ;; Uncomment next two lines if there is 2 GB system memory free
  90. ;NumberOfBuffers = 170000
  91. ;MaxDirtyBuffers = 130000
  92. ;; Uncomment next two lines if there is 4 GB system memory free
  93. ;NumberOfBuffers = 340000
  94. ; MaxDirtyBuffers = 250000
  95. ;; Uncomment next two lines if there is 8 GB system memory free
  96. ;NumberOfBuffers = 680000
  97. ;MaxDirtyBuffers = 500000
  98. ;; Uncomment next two lines if there is 16 GB system memory free
  99. ;NumberOfBuffers = 1360000
  100. ;MaxDirtyBuffers = 1000000
  101. ;; Uncomment next two lines if there is 32 GB system memory free
  102. ;NumberOfBuffers = 2720000
  103. ;MaxDirtyBuffers = 2000000
  104. ;; Uncomment next two lines if there is 48 GB system memory free
  105. NumberOfBuffers = 4000000
  106. MaxDirtyBuffers = 3000000
  107. ;; Uncomment next two lines if there is 64 GB system memory free
  108. ;NumberOfBuffers = 5450000
  109. ;MaxDirtyBuffers = 4000000
  110. ;;
  111. ;; Note the default settings will take very little memory
  112. ;; but will not result in very good performance
  113. ;;
  114. ;NumberOfBuffers = 10000
  115. ;MaxDirtyBuffers = 6000
  116.  
  117.  
  118. [HTTPServer]
  119. ServerPort = 8890
  120. ServerRoot = /usr/local/virtuoso-opensource/var/lib/virtuoso/vsp
  121. MaxClientConnections = 1000
  122. DavRoot = DAV
  123. EnabledDavVSP = 0
  124. HTTPProxyEnabled = 0
  125. TempASPXDir = 0
  126. DefaultMailServer = localhost:25
  127. ServerThreads = 100
  128. MaxKeepAlives = 1000
  129. KeepAliveTimeout = 1000
  130. MaxCachedProxyConnections = 1000
  131. ProxyConnectionCacheTimeout = 15
  132. HTTPThreadSize = 280000
  133. HttpPrintWarningsInOutput = 0
  134. Charset = UTF-8
  135. ;HTTPLogFile = logs/http.log
  136. MaintenancePage = atomic.html
  137. EnabledGzipContent = 1
  138.  
  139.  
  140. [AutoRepair]
  141. BadParentLinks = 0
  142.  
  143. [Client]
  144. SQL_PREFETCH_ROWS = 1000
  145. SQL_PREFETCH_BYTES = 16000
  146. SQL_QUERY_TIMEOUT = 0
  147. SQL_TXN_TIMEOUT = 0
  148. ;SQL_NO_CHAR_C_ESCAPE = 1
  149. ;SQL_UTF8_EXECS = 0
  150. ;SQL_NO_SYSTEM_TABLES = 0
  151. ;SQL_BINARY_TIMESTAMP = 1
  152. ;SQL_ENCRYPTION_ON_PASSWORD = -1
  153.  
  154. [VDB]
  155. ArrayOptimization = 0
  156. NumArrayParameters = 1000
  157. VDBDisconnectTimeout = 1000
  158. KeepConnectionOnFixedThread = 0
  159.  
  160. [Replication]
  161. ServerName = db-VMDGSIT04
  162. ServerEnable = 1
  163. QueueMax = 50000
  164.  
  165.  
  166. ;
  167. ; Striping setup
  168. ;
  169. ; These parameters have only effect when Striping is set to 1 in the
  170. ; [Database] section, in which case the DatabaseFile parameter is ignored.
  171. ;
  172. ; With striping, the database is spawned across multiple segments
  173. ; where each segment can have multiple stripes.
  174. ;
  175. ; Format of the lines below:
  176. ; Segment<number> = <size>, <stripe file name> [, <stripe file name> .. ]
  177. ;
  178. ; <number> must be ordered from 1 up.
  179. ;
  180. ; The <size> is the total size of the segment which is equally divided
  181. ; across all stripes forming the segment. Its specification can be in
  182. ; gigabytes (g), megabytes (m), kilobytes (k) or in database blocks
  183. ; (b, the default)
  184. ;
  185. ; Note that the segment size must be a multiple of the database page size
  186. ; which is currently 8k. Also, the segment size must be divisible by the
  187. ; number of stripe files forming the segment.
  188. ;
  189. ; The example below creates a 200 meg database striped on two segments
  190. ; with two stripes of 50 meg and one of 100 meg.
  191. ;
  192. ; You can always add more segments to the configuration, but once
  193. ; added, do not change the setup.
  194. ;
  195. [Striping]
  196. Segment1 = 100M, db-seg1-1.db, db-seg1-2.db
  197. Segment2 = 100M, db-seg2-1.db
  198. ;...
  199.  
  200. ;[TempStriping]
  201. ;Segment1 = 100M, db-seg1-1.db, db-seg1-2.db
  202. ;Segment2 = 100M, db-seg2-1.db
  203. ;...
  204.  
  205. ;[Ucms]
  206. ;UcmPath = <path>
  207. ;Ucm1 = <file>
  208. ;Ucm2 = <file>
  209. ;...
  210.  
  211.  
  212. [Zero Config]
  213. ServerName = virtuoso (VMDGSIT04)
  214. ;ServerDSN = ZDSN
  215. ;SSLServerName =
  216. ;SSLServerDSN =
  217.  
  218.  
  219. [Mono]
  220. ;MONO_TRACE = Off
  221. ;MONO_PATH = <path_here>
  222. ;MONO_ROOT = <path_here>
  223. ;MONO_CFG_DIR = <path_here>
  224. ;virtclr.dll =
  225.  
  226.  
  227. [URIQA]
  228. DynamicLocal = 0
  229. DefaultHost = localhost:8890
  230.  
  231.  
  232. [SPARQL]
  233. ;ExternalQuerySource = 1
  234. ;ExternalXsltSource = 1
  235. ;DefaultGraph = http://localhost:8890/dataspace
  236. ;ImmutableGraphs = http://localhost:8890/dataspace
  237. ResultSetMaxRows = 10000
  238. MaxQueryCostEstimationTime = 4000 ; in seconds
  239. MaxQueryExecutionTime = 600 ; in seconds
  240. DefaultQuery = select distinct ?s ?p ?o where {?s ?p ?o .} LIMIT 100
  241. DeferInferenceRulesInit = 0 ; controls inference rules loading
  242. ;PingService = http://rpc.pingthesemanticweb.com/
  243.  
  244.  
  245. [Plugins]
  246. LoadPath = /usr/local/virtuoso-opensource/lib/virtuoso/hosting
  247. Load1 = plain, wikiv
  248. Load2 = plain, mediawiki
  249. Load3 = plain, creolewiki
  250. ;Load4 = plain, im
  251. ;Load5 = plain, wbxml2
  252. ;Load6 = plain, hslookup
  253. ;Load7 = attach, libphp5.so
  254. ;Load8 = Hosting, hosting_php.so
  255. ;Load9 = Hosting,hosting_perl.so
  256. ;Load10 = Hosting,hosting_python.so
  257. ;Load11 = Hosting,hosting_ruby.so
  258. ;Load12 = msdtc,msdtc_sample
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement