config.properties 1.2 KB
Newer Older
1
# the port which storage server listening
2
server.port=34000
A
ascrutae 已提交
3
#
4 5
# the path that storage block index
#blockindex.path=/block-index
A
ascrutae 已提交
6
#
7 8
# the name of file which storage block index
#blockindex.file_name=data_file.index
A
ascrutae 已提交
9
#
10 11
# the path that storage data file
#datafile.path=/data/file
12
#
13 14
# the max size of data file (byte)
#datafile.size=3221225472
15
#
16 17
# the path that storage data index
#dataindex.path=/data/index
18
#
19 20
# the name of the file which storage data index
#dataindex.file_name=dataIndex
A
ascrutae 已提交
21
#
22 23
# the max size of data index
#dataindex.size=100000000
24
#
25 26
# the cached size of data index operator
#dataindex.operator.cache_size=10
27
#
28 29
# the auth info which registry center
#registrycenter.auth_info=
30
#
31 32
# the auth schema which registry center
#registrycenter.auth_schema=
33
#
34 35
# the registry center connect url (Default: zookeeper)
registrycenter.connect_url=127.0.0.1:2181
36
#
37 38
# the prefix of path that each storage node register
#registrycenter.path_prefix=/skywalking/storage_list/
39
#
40 41
# the level1 size of block index engine
#blockindexengine.l1_cache_size=10
42
#
43 44
# the cached size of finder
#finder.cached_size=10
A
ascrutae 已提交
45
#
46 47
# the max pool size of data source that finder operate
#finder.datasource.max_pool_size=20
A
ascrutae 已提交
48
#
49 50
# the min idle of data source that finder operate
#finder.datasource.min_idle=5