HugeGraph 配置参数
生活随笔
收集整理的這篇文章主要介紹了
HugeGraph 配置参数
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
- gremlin-server.yaml
| scriptEvaluationTimeout | 查詢超時(shí)時(shí)間,單位毫秒 | 30000 |
- rest-server.properties
| restserver.max_worker_threads | 服務(wù)器最大工作線程 | 2*cpu |
| restserver.min_free_memory | 當(dāng)服務(wù)器內(nèi)存小于該值時(shí),請(qǐng)求將被拒絕 | 64 |
| restserver.request_timeout | 請(qǐng)求超時(shí)時(shí)間(以秒為單位), -1表示沒(méi)有超時(shí)。 | 30 |
| restserver.connection_idle_timeout | 不活動(dòng)連接的存活時(shí)間 | 30 |
| restserver.connection_max_requests | 允許在一個(gè)保持連接狀態(tài)下處理的HTTP請(qǐng)求的最大數(shù)量 ,-1表示無(wú)限制。 | 256 |
| batch.max_edges_per_batch | 批量提交的最大邊數(shù) | 500 |
| batch.max_vertices_per_batch | 批量提交的最大頂點(diǎn)數(shù) | 500 |
| batch.max_write_ratio | 批處理寫入的最大線程比率, 僅在batch.max_write_threads為0時(shí)生效。 | 50 |
| batch.max_write_threads | 批處理寫入的最大線程數(shù),如果值為0, 則實(shí)際值將設(shè)置為batch.max_write_ratio * total-rest-threads | 0 |
| exception.allow_trace | 是否允許異常跟蹤堆棧 | false |
- 基本配置項(xiàng)及后端配置項(xiàng)對(duì)應(yīng)配置文件:{graph-name}.properties,如hugegraph.properties
| vertex.cache_capacity | 頂點(diǎn)緩存的最大緩存大小,單位是 items | 10000000 |
| vertex.cache_expire | 頂點(diǎn)緩存的到期時(shí)間(以秒為單位 | ) 600 |
| edge.cache_capacity | 邊緩存的最大緩存大小,單位是 items | 1000000 |
| edge.cache_expire | 邊緩存的終止時(shí)間(以秒為單位) | 600 |
| query.page_size | 使用分頁(yè)查詢時(shí)每個(gè)頁(yè)面的大小 | 500 |
| search.text_analyzer | 分詞 | ikanalyzer |
| search.text_analyzer_mode | Specify the mode for the text analyzer, the available mode of analyzer are { word: [MaximumMatching, ReverseMaximumMatching, MinimumMatching, ReverseMinimumMatching, BidirectionalMaximumMatching, BidirectionalMinimumMatching, BidirectionalMaximumMinimumMatching, FullSegmentation, MinimalWordCount, MaxNgramScore, PureEnglish], ansj: [BaseAnalysis, IndexAnalysis, ToAnalysis, NlpAnalysis], hanlp: [standard, nlp, index, nShort, shortest, speed], smartcn: [], jieba: [SEARCH, INDEX], jcseg: [Simple, Complex], mmseg4j: [Simple, Complex, MaxWord], ikanalyzer: [smart, max_word]} | smart |
總結(jié)
以上是生活随笔為你收集整理的HugeGraph 配置参数的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: windows配置gvim高效率编程(c
- 下一篇: Windows IEDA 编译Hbase